Exemplo n.º 1
0
    /*
     *
     */
    public static void Main()
    {
        CountrySide a = new CountrySide();

        a.Run();
        Console.ReadLine();
    }
Exemplo n.º 2
0
    static void Main()
    {
        CountrySide a = new CountrySide();

        a.Run();
        a.Announcement();
    }
Exemplo n.º 3
0
        static void Main(string[] args)
        {

            var a = new CountrySide();
            a.Run();


            Console.WriteLine(UsingRecursion.CalculateRecursively(3, 4));


        }
Exemplo n.º 4
0
    static void Main()
    {
        CountrySide a = new CountrySide();

        a.Run();
    }
Exemplo n.º 5
0
    /*
     *
     */
    static void Main()
    {
        CountrySide c = new CountrySide();

        c.Run();
    }