Esempio n. 1
0
 protected Part(int state, EPartTypes type)
 {
     this.Type  = type;
     this.State = state;
 }
Esempio n. 2
0
        }              //for serializer

        public Part(EPartTypes type)
        {
            this.Type  = type;
            this.State = MaxStateValue;
        }