Beispiel #1
0
        public StudioCore()
        {
            Compiling   = new Compiling(this);
            Searching   = new Searching(this);
            Navigating  = new Navigating(this);
            TaskManager = new Tasks.TaskManager(this);
            Debugging   = new Debugging(this);
            Executing   = new Executing(this);
            Imaging     = new Imaging(this);

            StaticCore = this;
        }