| 1234567891011121314151617181920 |
- //
- // System.Windows.Forms.IWin32Window.cs
- //
- // Author:
- // William Lamb ([email protected])
- // Dennis Hayes ([email protected])
- //
- // (C) 2002 Ximian, Inc. http://www.ximian.com
- //
- namespace System.Windows.Forms {
- [ComVisible(true)]
- // FixMe [Guid("")]
- // FixMe [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
- public interface IWin32Window {
- IntPtr Handle {get;}
- }
- }
|