Removed unnecessary code
parent
9e75aeb799
commit
2b651db0ce
|
@ -1,10 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Calculations.Electric
|
||||
namespace Calculations.Electric
|
||||
{
|
||||
/// <summary>
|
||||
/// Calculations parameters if winding of synchronous/asynchronous motor/generator/transformer change connection between star and triangle
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.NetworkInformation;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Calculations.Electric
|
||||
namespace Calculations.Electric
|
||||
{
|
||||
/// <summary>
|
||||
/// Constants of Temperature Coeficients of Resistivity
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Calculations.Electric
|
||||
namespace Calculations.Electric
|
||||
{
|
||||
/// <summary>
|
||||
/// Calculations of temperature versus change in conductor resistance and vice versa
|
||||
|
|
Loading…
Reference in New Issue