Пример #1
0
 public void AddToMasterPageGalleryStandalone(MasterPageGalleryStandaloneValue masterPageGalleryStandaloneValue)
 {
     base.AddObject("MasterPageGalleryStandalone", masterPageGalleryStandaloneValue);
 }
Пример #2
0
 public static MasterPageGalleryStandaloneValue CreateMasterPageGalleryStandaloneValue(string value)
 {
     MasterPageGalleryStandaloneValue masterPageGalleryStandaloneValue = new MasterPageGalleryStandaloneValue();
     masterPageGalleryStandaloneValue.Value = value;
     return masterPageGalleryStandaloneValue;
 }