Example #1
0
 private void L_SelectAllToolStripMenuItem_Click(object sender, EventArgs e)
 {
     L_dataGridView.SelectAll();
 }