Exemple #1
0
 public KTABLE(byte b, string s, V_KEY val, bool bShift)
 {
     kByte  = b;
     txt    = s;
     kVKval = (byte)val;
     kShift = bShift;
 }
 public KTABLE(byte b, string s, V_KEY val, bool bShift)
 {
     kByte = b;
     txt = s;
     kVKval = (byte)val;
     kShift = bShift;
 }