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