Ejemplo n.º 1
0
 public void HideCommandPalete()
 {
     CommandPaleteGroupBox.Hide();
 }
Ejemplo n.º 2
0
 public void ShowCommandPalete()
 {
     CommandPaleteGroupBox.Show();
 }
Ejemplo n.º 3
0
 private void FindButton_Click(object sender, EventArgs e)
 {
     finder = new FindText(ref Editor);
     finder.Show();
     CommandPaleteGroupBox.Hide();
 }