Exemplo n.º 1
0
        static void Main(string[] args)
        {
            TablesDataCreatorAndFiller.CreateDataAndFillTables();

            Console.WriteLine("Done");
            Console.ReadKey();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            TablesDataCreatorAndFiller.CreateDataAndFillTables();
            Searcher.Search();

            Console.WriteLine("\n\nDone.");
            Console.ReadKey();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            TablesDataCreatorAndFiller.CreateDataAndFillTables();
            PlayersList.ShowAllPlayers();

            Console.WriteLine("Done.");
            Console.ReadKey();
        }