示例#1
0
        public static void Main(string[] args)
        {
            var test = new ImageTestToBeRunFromConsole();

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