Esempio n. 1
0
 public static IImageTestEndpoints GetImageDll(string dllPath, string type)
 {
     return((IImageTestEndpoints)ModuleResolver.GetDll(dllPath, type));
 }
Esempio n. 2
0
 public static ITransform GetTransformDll(string dllPath, string type)
 {
     return((ITransform)ModuleResolver.GetDll(dllPath, type));
 }