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