IOEventHandler.cs 97 B

1234
  1. namespace PaintDotNet
  2. {
  3. public delegate void IOEventHandler(object sender, IOEventArgs e);
  4. }