Example #1
0
        //static void testKeysForeground(ProcessHandler process, params Key[] keys)
        //{
        //    Console.WriteLine("sending keys {0} to app", keys);
        //    process.SendKeysForeground(keys);
        //    Console.WriteLine("Keys {0} was sent", keys);
        //}

        static void testBringToFront(ProcessHandler process)
        {
            process.BringToForeground();
        }