Пример #1
0
 public CustomXMLParts()
 {
     CreateFromProgId("Office.CustomXMLParts");
     _sinkHelper = new _CustomXMLPartsEvents_SinkHelper(this);
 }
Пример #2
0
 public CustomXMLParts(string progId)
 {
     CreateFromProgId(progId);
     _sinkHelper = new _CustomXMLPartsEvents_SinkHelper(this);
 }
Пример #3
0
 public CustomXMLParts(COMObject parentObject, object comProxy, Type comProxyType) : base(parentObject, comProxy, comProxyType)
 {
     _sinkHelper = new _CustomXMLPartsEvents_SinkHelper(this);
 }