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