Esempio n. 1
0
        static void Main()
        {
            Parser.ParseFile(@"Update.txt");

            Invoker.ExecuteAll();
            Invoker.PrintAllDataBases();

            Invoker.UndoAll();
            Invoker.PrintAllDataBases();

            Console.ReadKey();
        }