Beispiel #1
0
 public WebProfileGroupHeight(System.Web.Profile.ProfileGroupBase profileGroupBase)
 {
     this._profileGroupBase = profileGroupBase;
 }
Beispiel #2
0
 public WebProfileGroupHeight()
 {
     this._profileGroupBase = new System.Web.Profile.ProfileGroupBase();
 }