Exemplo n.º 1
0
 private void cópiaDeSegurançaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (frmCopiaSeguranca1 cs1 = new frmCopiaSeguranca1())
     {
         cs1.ShowDialog();
     }
 }
Exemplo n.º 2
0
 private void toolStripButton6_Click(object sender, EventArgs e)
 {
     using (frmCopiaSeguranca1 cs1 = new frmCopiaSeguranca1())
     {
         cs1.ShowDialog();
     }
 }