public WamInstructionRegister(WamInstructionRegisterTypes type, byte id)
 {
     _type = type;
     _id = id;
 }
Пример #2
0
 public WamInstructionRegister(WamInstructionRegisterTypes type, byte id)
 {
     _type = type;
     _id   = id;
 }