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