public void find()
{
//USBControl.DisableDevice(where);
- this.Delay(200);
+ this.Delay(100);
arrowmenu["left"] = new Point(992, 96);
arrowmenu["right"] = new Point(992, 167);
{
Cursor.Position = point;
//await Task.Delay(1000);
- this.Delay(100);
+ this.Delay(50);
}
- private void click(int time = 100)
+ private void click(int time = 50)
{
mouse_event(LBUTTONDOWN, 0, 0, 0, 0);
mouse_event(LBUTTONUP, 0, 0, 0, 0);