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