Exemple #1
0
        public override void OnInitialized()
        {
            WindowSystem.RegisterWindow(this.GetSettings <ConsoleSettings>().screen);

            this.screen = WindowSystem.Show <ConsoleScreen>();
            this.screen.Register(ConsoleManager.OnCommand, this.OnCommandCheck);

            this.Hide();
            this.StartAll();
        }
 public virtual void OnStart(ConsoleScreen screen)
 {
     this.screen = screen;
 }
		public virtual void OnStart(ConsoleScreen screen) {

			this.screen = screen;

		}