namespace PaintDotNet { public enum OperationResult { Finished, Canceled } }