- //
- // System.Windows.Forms.Design.IWindowsFormsEditorService.cs
- //
- // Author:
- // Andreas Nahr ([email protected])
- //
- namespace System.Windows.Forms.Design
- {
- public interface IWindowsFormsEditorService
- {
- void CloseDropDown ();
- void DropDownControl (Control control);
- DialogResult ShowDialog (Form dialog);
- }
- }
|