IWin32Window.cs 84 B

123456
  1. namespace System.Windows.Forms
  2. {
  3. public interface IWin32Window
  4. {
  5. }
  6. }