| 12345678910111213141516171819202122232425 |
- //
- // System.Windows.Forms.Design.ComponentEditorForm.cs
- //
- // Author:
- // Dennis Hayes ([email protected])
- // (C) 2002 Ximian, Inc. http://www.ximian.com
- //
- using System;
- namespace System.Windows.Forms.Design
- {
- /// <summary>
- /// Summary description for EventsTab.
- /// </summary>
- public class EventsTab
- {
- public EventsTab()
- {
- //
- // TODO: Add constructor logic here
- //
- throw new NotImplementedException ();
- }
- }
- }
|