コード例 #1
0
 private void PositionBateaux_Load(object sender, EventArgs e)
 {
     remplirDgv(DGV_Choix);
     DGV_Choix.ClearSelection();
     BTN_Jouer.Enabled = false;
 }
コード例 #2
0
 private void DGV_Choix_CellMouseLeave(object sender, DataGridViewCellEventArgs e)
 {
     DGV_Choix.ClearSelection();
 }