Exemple #1
0
 private void 選択中の票を印刷PToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ControlUtil.DGV_ExSelect(this.dataGridView1);
     this.PrintSelections();
 }
Exemple #2
0
 //[Print]
 private void button4_Click(object sender, EventArgs e)
 {
     ControlUtil.DGV_ExSelect(this.dataGridView1);
     this.PrintSelections();
 }