Boiler.BoilerState.BoilerState C# (CSharp) Method

BoilerState() public method

Initializes the type with its default attribute values.
public BoilerState ( NodeState parent ) : System
parent NodeState
return System
        public BoilerState(NodeState parent) : base(parent)
        {
        }