예제 #1
0
 private void IniciaAplicacao()
 {
     Hide();
     timer1.Enabled = false;
     var frm = new FrmPrincipal();
     frm.Show();
 }