IHotKeyTarget.cs 124 B

12345678
  1. namespace PaintDotNet
  2. {
  3. public interface IHotKeyTarget
  4. : IDisposedEvent,
  5. IFormAssociate
  6. {
  7. }
  8. }