Exemplo n.º 1
0
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         DistortionTests test = new DistortionTests();
         test.TestTransforms();
     }
 }
Exemplo n.º 2
0
 public static void Run()
 {
     if (!ranTests)
     {
         ranTests = true;
         DistortionTests test = new DistortionTests();
         test.TestTransforms();
     }
 }