Ejemplo n.º 1
0
        async private void Form1_MouseMove(object sender, MouseEventArgs e)
        {
            await Task.Run(() =>
            {
                platform.Follow(Cursor.Position.X);
            });

            ball.Waiting();
        }