コード例 #1
0
 public static void ChamaModal()
 {
     Formularios.frmModal modal = new Formularios.frmModal();
     modal.Show();
 }
コード例 #2
0
        private void frmLogin_Load(object sender, EventArgs e)
        {
            frmModal modal = new frmModal();

            modal.Show();
        }