namespace PaintDotNet { public enum IOOperationType { Read, Write } }