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