**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / System.Windows.Forms.Design / PropertyTab.cs
blob3488cb62ea86563e1e190ba927a6f1ee8715ece3
1 //
2 // System.Windows.Forms.Design.ComponentEditorForm.cs
3 //
4 // Author:
5 // Dennis Hayes (dennish@raytek.com)
6 // (C) 2002 Ximian, Inc. http://www.ximian.com
7 //
8 using System;
10 namespace System.Windows.Forms.Design
12 /// <summary>
13 /// Summary description for PropertyTab.
14 /// </summary>
15 public class PropertyTab
17 public PropertyTab()
20 // TODO: Add constructor logic here
22 throw new NotImplementedException ();