コード例 #1
0
 public WamInstructionRegister(WamInstructionRegisterTypes type, byte id)
 {
     _type = type;
     _id = id;
 }
コード例 #2
0
 public WamInstructionRegister(WamInstructionRegisterTypes type, byte id)
 {
     _type = type;
     _id   = id;
 }