Beispiel #1
0
 public IEnumerable <IPlugInType> TestPlugIns()
 {
     return(_createPlugIns.GetAllPlugIns());
 }
Beispiel #2
0
 public void FirstTest()
 {
     var tempNSub      = _createPlugIns.GetAllPlugIns();
     var tempRhinoMock = _createPlugIns.GetAllPlugInsRhinoMock();
 }