Example #1
0
 private void OnCellRightClicked(object sender, EventArgs e)
 {
     CellGridState.OnCellRightClicked(sender as Cell);
 }