Пример #1
0
 private CodeWizardToolboxSection(SerializationInfo info, StreamingContext context)
 {
     this.Deserialize(info, context);
     if (CodeWizards == null)
     {
         CodeWizards = this;
     }
 }
Пример #2
0
 public CodeWizardToolboxSection(string name)
     : base(name)
 {
     base.Icon = new Icon(typeof(CodeWizardToolboxSection), "CodeWizardToolboxSection.ico");
     if (CodeWizards == null)
     {
         CodeWizards = this;
     }
 }