Example #1
0
 public override bool Undo(ref string error) => _OnUndo?.Invoke(ref error) == true;
Example #2
0
 public override bool Do(ref string error) => _OnDo?.Invoke(ref error) == true;