Esempio n. 1
0
 private void modificarCajaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Caja.Lista fromListaDeCajas = new Caja.Lista(2);
     fromListaDeCajas.MdiParent = this;
     fromListaDeCajas.Show();
 }
Esempio n. 2
0
 private void listaDeCajasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Caja.Lista formCashboxList = new Caja.Lista(1);
     formCashboxList.MdiParent = this;
     formCashboxList.Show();
 }