namespace PaintDotNet.SystemLayer { public enum FileOverwriteAction { Overwrite, Cancel } }