Example #1
0
        public TimelineViewControl()
        {
            this.MyDatabase    = new MainDB();
            this.MyInterpreter = new Interpreter();
            this.MyRunner      = new Runner();

            MainDB.CreateDb();
        }