Exemplo n.º 1
0
 private void activationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (var dlg = new ActiveControlForm())
     {
         dlg.ShowDialog(this);
     }
 }
Exemplo n.º 2
0
 private void activationToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (var dlg = new ActiveControlForm())
     {
         dlg.ShowDialog(this);
     }
 }