示例#1
0
文件: Reference.cs 项目: UCF/IKM_EDR
 public void AddToMasterPageGalleryStandalone(MasterPageGalleryStandaloneValue masterPageGalleryStandaloneValue)
 {
     base.AddObject("MasterPageGalleryStandalone", masterPageGalleryStandaloneValue);
 }
示例#2
0
文件: Reference.cs 项目: UCF/IKM_EDR
 public static MasterPageGalleryStandaloneValue CreateMasterPageGalleryStandaloneValue(string value)
 {
     MasterPageGalleryStandaloneValue masterPageGalleryStandaloneValue = new MasterPageGalleryStandaloneValue();
     masterPageGalleryStandaloneValue.Value = value;
     return masterPageGalleryStandaloneValue;
 }