Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     this.Hide();
     this.Dispose();
     PrintHyx.PrintPICC2 pp2 = new PrintPICC2();
     pp2.Show();
 }
Exemplo n.º 2
0
 private void print001(object sender, EventArgs e)
 {//PICC
     closesendform();
     PrintHyx.PrintPICC2 dlg = new PrintPICC2();
     dlg.Show();
 }