Exemplo n.º 1
0
 /// <summary>
 /// Creates the property form.
 /// </summary>
 private static void CreateProperty()
 {
     PropertyForm frm = new PropertyForm();
     mProperty = frm.PropertyGrid;
     frm.Show(DockPanel, Properties.Settings.Default.PropertyDockState);
     Tabs.Property = frm;
 }