Boiler.GenericSensorState.GenericSensorState C# (CSharp) 메소드

GenericSensorState() 공개 메소드

Initializes the type with its default attribute values.
public GenericSensorState ( NodeState parent ) : System
parent NodeState
리턴 System
        public GenericSensorState(NodeState parent) : base(parent)
        {
        }