Exemplo n.º 1
0
    public static async void Run()
    {
        AsyncTest test = new AsyncTest();

        await test.WaitSeconds(1000);
    }