Example #1
0
 public void SetFirstKey(SKeyInfo info)
 {
     Text       = info.Text;
     this.Key   = info.Key;
     this.value = info.Value;
     this.type  = info.Type;
 }
Example #2
0
 public void SetSecondKey(SKeyInfo info)
 {
     hasSecond     = true;
     secondkeyinfo = info;
 }