コード例 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     this.Hide();
     this.Dispose();
     PrintHyx.PrintPICC2 pp2 = new PrintPICC2();
     pp2.Show();
 }
コード例 #2
0
 private void print001(object sender, EventArgs e)
 {//PICC
     closesendform();
     PrintHyx.PrintPICC2 dlg = new PrintPICC2();
     dlg.Show();
 }