Esempio 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();
        }
Esempio 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();
        }