Ejemplo n.º 1
0
 public void AddToMasterPageGalleryStandalone(MasterPageGalleryStandaloneValue masterPageGalleryStandaloneValue)
 {
     base.AddObject("MasterPageGalleryStandalone", masterPageGalleryStandaloneValue);
 }
Ejemplo n.º 2
0
 public static MasterPageGalleryStandaloneValue CreateMasterPageGalleryStandaloneValue(string value)
 {
     MasterPageGalleryStandaloneValue masterPageGalleryStandaloneValue = new MasterPageGalleryStandaloneValue();
     masterPageGalleryStandaloneValue.Value = value;
     return masterPageGalleryStandaloneValue;
 }