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