11 lines
223 B
C#
11 lines
223 B
C#
|
|
namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Sensors
|
|||
|
|
{
|
|||
|
|
//public class DISensor:Sensor
|
|||
|
|
//{
|
|||
|
|
// public DISensor(string module, string name):base(module, name)
|
|||
|
|
// {
|
|||
|
|
|
|||
|
|
// }
|
|||
|
|
//}
|
|||
|
|
}
|