Beispiel #1
0
 public HotKeyView()
 {
     this.Build();
     hotkeyLabel = new Label();
     hotKeyButton.Add(hotkeyLabel);
     hotkeyLabel.Show();
     Bind();
     ButtonHelper.ApplyStyleDialog(hotKeyButton);
 }