Example #1
0
 public void TestMask(string maskFile, out bool passLeft, out bool passRight)
 {
     Qa401.TestMask(maskFile, out passLeft, out passRight);
 }
Example #2
0
 public void TestMask(string maskFile, bool testL, bool testR, bool testMath, out bool passLeft, out bool passRight, out bool passMath)
 {
     Qa401.TestMask(maskFile, testL, testR, testMath, out passLeft, out passRight, out passMath);
 }