Ver código fonte

* Added stub for System.Windows.Forms/IWindowsFormsEditorService.cs

svn path=/trunk/mcs/; revision=12902
Martin Willemoes Hansen 23 anos atrás
pai
commit
d9aa2b30df

+ 3 - 0
mcs/class/System.Windows.Forms/ChangeLog

@@ -1,3 +1,6 @@
+2003-03-29  Martin Willemoes Hansen <[email protected]>
+	* Added stub for System.Windows.Forms/IWindowsFormsEditorService.cs
+
 2003-02-07  Alexandre Pigokine <[email protected]>
 	* list.unix	 removed System.Windows.Forms\Font.cs
 

+ 18 - 0
mcs/class/System.Windows.Forms/System.Windows.Forms/IWindowsFormsEditorService.cs

@@ -0,0 +1,18 @@
+//
+// System.Windows.Forms.IWindowsFormsEditorService
+//
+// Authors:
+//      Martin Willemoes Hansen ([email protected])
+//
+// (C) 2003 Martin Willemoes Hansen
+//
+
+namespace System.Windows.Forms
+{
+	public interface IWindowsFormsEditorService
+	{
+		void CloseDropDown();
+		void DropDownControl (Control control);
+		DialogResult ShowDialog (Form dialog);
+	}
+}

+ 1 - 0
mcs/class/System.Windows.Forms/list.unix

@@ -152,6 +152,7 @@ System.Windows.Forms/ItemDragEventArgs.cs
 System.Windows.Forms/ItemDragEventHandler.cs
 System.Windows.Forms/IWin32Window.cs
 System.Windows.Forms/IWindowTarget.cs
+System.Windows.Forms/IWindowsFormsEditorService.cs
 System.Windows.Forms/KeyEventArgs.cs
 System.Windows.Forms/KeyEventHandler.cs
 System.Windows.Forms/KeyPressEventArgs.cs