Пример #1
0
    public static void RunBart()
    {
        Foo foo = new Foo();

        foo.Bart();
        Console.WriteLine(foo.OtherBar());
        foo.OtherBarAsync().Wait(10);
    }