Ejemplo n.º 1
0
 private void buttonX2_Click(object sender, EventArgs e)
 {
     try
     {
         Print.printare(Convert.ToInt32(textBox6.Text), rez_cnp.Text);
     }
     catch (Exception exc)
     {
         MessageBox.Show(exc.ToString());
         Console.WriteLine(exc.ToString());
     }
 }
Ejemplo n.º 2
0
 private void buttonX2_Click(object sender, EventArgs e)
 {
     Print.printare(index, textBox2.Text);
 }
Ejemplo n.º 3
0
 private void buttonX2_Click(object sender, EventArgs e)
 {
     Print.printare(Convert.ToInt32(textBoxX1.Text), textBox2.Text);
 }