Ejemplo n.º 1
0
 private void printLabelToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Global.label_printing++;
     if (Global.label_printing == 1)
     {
         Label_Printing frm = new Label_Printing();
         frm.Show();
     }
 }
Ejemplo n.º 2
0
 private void lABELToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Global.label_printing++;
     if (Global.label_printing == 1)
     {
         Label_Printing frm = new Label_Printing();
         frm.MdiParent = this;
         frm.Show();
     }
 }