Beispiel #1
0
 public ClassHierarchyControl()
 {
     this.AllGlobalsHolder = new SortedSetHolder <GlobalItem>();
     this.AllGlobalsHolder.CollectionChanged += new CollectionChangedEventHandler(this.AllGlobalsChanged);
     InitializeComponent();
     this.Enabled = false;
 }
 public ClassHierarchyControl()
 {
     this.AllGlobalsHolder = new SortedSetHolder<GlobalItem>();
     this.AllGlobalsHolder.CollectionChanged += new CollectionChangedEventHandler(this.AllGlobalsChanged);
     InitializeComponent();
     this.Enabled = false;
 }
 public GlobalDefinitionControl()
 {
     this.AllGlobalsHolder = new SortedSetHolder<GlobalItem>();
     this.AllGlobalsHolder.CollectionChanged += new CollectionChangedEventHandler(this.AllGlobalsChanged);
     InitializeComponent();
     this.Enabled = false;
     this.comboImplementedProtocols.Separator = ", ";
 }
Beispiel #4
0
 public GlobalDefinitionControl()
 {
     this.AllGlobalsHolder = new SortedSetHolder <GlobalItem>();
     this.AllGlobalsHolder.CollectionChanged += new CollectionChangedEventHandler(this.AllGlobalsChanged);
     InitializeComponent();
     this.Enabled = false;
     this.comboImplementedProtocols.Separator = ", ";
 }
Beispiel #5
0
 public GlobalsControl()
 {
     this.AllGlobalsHolder = new SortedSetHolder<GlobalItem>();
     this.AllGlobalsHolder.CollectionChanged += new CollectionChangedEventHandler(this.AllGlobalsChanged);
     InitializeComponent();
     this.GlobalHolder = new ValueHolder<Definitions.Implementation.Global>();
     this.Enabled = false;
 }
Beispiel #6
0
 public GlobalsControl()
 {
     this.AllGlobalsHolder = new SortedSetHolder <GlobalItem>();
     this.AllGlobalsHolder.CollectionChanged += new CollectionChangedEventHandler(this.AllGlobalsChanged);
     InitializeComponent();
     this.GlobalHolder = new ValueHolder <Definitions.Implementation.Global>();
     this.Enabled      = false;
 }