Beispiel #1
0
 internal static void Abrir()
 {
     if (frmSorteio == null)
     {
         frmSorteio = new FormSorteioNum();
         frmSorteio.Show();
     }
     else
     {
         frmSorteio.Focus();
     }
 }
Beispiel #2
0
        private void btnSorteioNum_Click(object sender, EventArgs e)
        {
            FormSorteioNum abrir = new FormSorteioNum();

            abrir.Show();
        }