private void InitApplication () { _settings = new Settings (); _settings.ReadSettings (); D.Init (_settings.Language); _exceptionHandler = new ExceptionHandler (_settings, this); HandleLastError (StartApplication); }
private void InitApplication() { _settings = new Settings(); _settings.ReadSettings(); D.Init(_settings.Language); _exceptionHandler = new ExceptionHandler(_settings, this); _context = new IOSApplicationContext(this, _rootController, _settings, _exceptionHandler); NotificationManager.SetApplicationContext (_context); NotificationManager.InitRemoteNotifications(); HandleLastError(StartApplication); }