Esempio n. 1
0
 protected override void OnClick(DataGridViewCellEventArgs e)
 {
     outer.models.RemoveAt(e.RowIndex);
     outer.CreateForm();
 }