Exemplo n.º 1
0
 private void toolStripSplitButton1_ButtonClick(object sender, EventArgs e)
 {
     pFormFontDraw       = new FormFontDraw();
     pFormFontDraw.Owner = this;
     pFormFontDraw.Show();
     this.Hide();
 }
Exemplo n.º 2
0
 private void toolStripSplitButton1_ButtonClick(object sender, EventArgs e)
 {
     pFormFontDraw = new FormFontDraw();
     pFormFontDraw.Owner = this;
     pFormFontDraw.Show();
     this.Hide();
 }