Ejemplo n.º 1
0
 public void SetAntConfig(Huawei.UNet.NE.Interface.AntConfig antConfig, string parentName)
 {
     this.m_oriAntConfig = antConfig;
     this.m_AntConfig = antConfig.Clone();
     this.m_AntConfig.ID = antConfig.ID;
     this.cellName = parentName;
 }
Ejemplo n.º 2
0
 public SitePropertyForm(CollectionsModel model, Huawei.UNet.NE.Interface.Site site)
 {
     this.components = null;
     this.InitBasePara(model);
     this.m_Editor.type = Huawei.UNet.NE.View.FormOpenType.Property;
     this.InitOtherProperty(site.ExtDefines);
     this.m_Editor.site = (Huawei.UNet.NE.Interface.Site) site.Clone();
 }