Ejemplo n.º 1
0
 private WebFormsToolboxSection(SerializationInfo info, StreamingContext context)
 {
     this.Deserialize(info, context);
     if (WebForms == null)
     {
         WebForms = this;
     }
 }
Ejemplo n.º 2
0
 public WebFormsToolboxSection(string name)
     : base(name)
 {
     base.Icon = new Icon(typeof(WebFormsToolboxSection), "WebFormsToolboxSection.ico");
     if (WebForms == null)
     {
         WebForms = this;
     }
 }