public override void UnExecute() { if (annotation != null) { annotationManager.AddAnnotation(annotation); } }
public override void Execute() { annotationManager.AddAnnotation(annotation); }