예제 #1
0
        static void Main(string[] args)
        {
            TablesDataCreatorAndFiller.CreateDataAndFillTables();

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

            Console.WriteLine("\n\nDone.");
            Console.ReadKey();
        }
예제 #3
0
파일: Program.cs 프로젝트: DinaraZZ/DZ1022
        static void Main(string[] args)
        {
            TablesDataCreatorAndFiller.CreateDataAndFillTables();
            PlayersList.ShowAllPlayers();

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