Exemplo n.º 1
0
        public void Start()
        {
            _navballSettings = new NavballSettings();
            _navballSettings.Load();

            _calculationStore = new CalculationStore();

            //BuildEnhancedNavBall();
            CreateManueverPlane();
            BuildGhostingLayer();

            _configWindow = new ConfigurationWindow(_navballSettings);
            LoadFromSettings();

            _configWindow.BuildIcon();

            //TestPlane();
        }
Exemplo n.º 2
0
        public void Start()
        {
            _navballSettings = new NavballSettings();
            _navballSettings.Load();

            _calculationStore = new CalculationStore();

            //BuildEnhancedNavBall();
            CreateManueverPlane();
            BuildGhostingLayer();

            _configWindow = new ConfigurationWindow(_navballSettings);
            LoadFromSettings();

            _configWindow.BuildIcon();

            //TestPlane();
        }