public void Start() { _navballSettings = new NavballSettings(); _navballSettings.Load(); _calculationStore = new CalculationStore(); //BuildEnhancedNavBall(); CreateManueverPlane(); BuildGhostingLayer(); _configWindow = new ConfigurationWindow(_navballSettings); LoadFromSettings(); _configWindow.BuildIcon(); //TestPlane(); }