Ejemplo n.º 1
0
 private void btnupdate_Click(object sender, EventArgs e)
 {
     addprintcard = new Addprintcard(new List <object>()
     {
     });
     mdi.main(encapulation.Parent1, addprintcard);
 }
Ejemplo n.º 2
0
 private void btnadd_Click(object sender, EventArgs e)
 {
     addprintcard      = new Addprintcard();
     addprintcard.Text = "Add";
     mdi.main(encapulation.Parent1, addprintcard, addprintcard.Text);
 }