Ejemplo n.º 1
0
 private PropertySet(SIEBELHTMLLib.SiebelPropertySet SiebelPropertySet)
 {
     this.m_ps = SiebelPropertySet;
 }
Ejemplo n.º 2
0
 public PropertySet()
 {
     //m_mainBsName   = MainBsName;
     m_ps = SiebelWrapper.AppSiebel.NewPropertySet();
 }