Ejemplo n.º 1
0
 public CustomXMLParts()
 {
     CreateFromProgId("Office.CustomXMLParts");
     _sinkHelper = new _CustomXMLPartsEvents_SinkHelper(this);
 }
Ejemplo n.º 2
0
 public CustomXMLParts(string progId)
 {
     CreateFromProgId(progId);
     _sinkHelper = new _CustomXMLPartsEvents_SinkHelper(this);
 }
Ejemplo n.º 3
0
 public CustomXMLParts(COMObject parentObject, object comProxy, Type comProxyType) : base(parentObject, comProxy, comProxyType)
 {
     _sinkHelper = new _CustomXMLPartsEvents_SinkHelper(this);
 }