Beispiel #1
0
 public IVBComponent AddCustom(string progId)
 {
     return(new VBComponent(IsWrappingNullReference ? null : Target.AddCustom(progId)));
 }