Ejemplo n.º 1
0
		private void InitApplication ()
		{
			_settings = new Settings ();
			_settings.ReadSettings ();

			D.Init (_settings.Language);

			_exceptionHandler = new ExceptionHandler (_settings, this);

			HandleLastError (StartApplication);
		}
Ejemplo n.º 2
0
        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);
        }