Exemplo n.º 1
0
        public void Initialize()
        {
            waterskibaan       = new Waterskibaan();
            wachtrijStarten    = new WachtrijStarten();
            instructieGroep    = new InstructieGroep();
            wachtrijinstructie = new WachtrijInstructie();

            NieuweBezoeker      += OnNieuweBezoeker;
            InstructieAfgelopen += OnInstructieAfgelopen;
            LijnenVerplaatst    += OnLijnenVerplaatst;

            SetTimer();

            Console.WriteLine("\nPress the Enter key to exit the application...\n");
            Console.WriteLine("The application started at {0:HH:mm:ss.fff}", DateTime.Now);
            Console.ReadLine();
            aTimer.Stop();
            aTimer.Dispose();

            Console.WriteLine("Terminating the application...");
        }