Beispiel #1
0
 private void CheckForValidity()
 {
     buttonNextState.Enabled = buttonSolve.Enabled = grid.IsValid();
 }