Ejemplo n.º 1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            foreach (PokerTable table in pokerTables.Values)
            {
                AutoItX3Lib.AutoItX3Class ai = new AutoItX3Lib.AutoItX3Class();

                ai.ControlClick(table.WindowTitle, "", "1031", "left", 1);
            }
        }
Ejemplo n.º 2
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            foreach (PokerTable table in pokerTables.Values)
            {
                AutoItX3Lib.AutoItX3Class ai = new AutoItX3Lib.AutoItX3Class();

                ai.ControlClick(table.WindowTitle, "", "1031", "left", 1);
            }
        }