Ejemplo n.º 1
0
 private void mnuRunAs_Click(object sender, EventArgs e)
 {
     frmLogin frmLog = new frmLogin();
     frmLog.ShowDialog();
     
 }