public References() { CreateFromProgId("VBIDE.References"); _sinkHelper = new _dispReferences_Events_SinkHelper(this); }
public References(string progId) { CreateFromProgId(progId); _sinkHelper = new _dispReferences_Events_SinkHelper(this); }
public References(COMObject parentObject, object comProxy, Type comProxyType) : base(parentObject, comProxy, comProxyType) { _sinkHelper = new _dispReferences_Events_SinkHelper(this); }