public static void Main(string[] args)
        {
            var test = new ImageTestToBeRunFromConsole();

            test.TestClick();
        }
Example #2
0
 public static void Main(string[] args)
 {
     var test = new ImageTestToBeRunFromConsole();
     test.TestClick();
 }