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