Beispiel #1
0
 public frmEmpleado()
 {
     InitializeComponent();
     frmPersona unaPersona = new frmPersona();
 }
Beispiel #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            frmPersona frm = new frmPersona();

            frm.ShowDialog();
        }