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