Exemplo n.º 1
0
		public void Init()
		{
			Navigation = new NavigationMock();
			MessageBox = new MessageBoxMock();
			AuthenticationService = new MobileServiceMock();
			ObjectFactory = new ObjectFactoryMock<IUserIdentity>();
			AppSettings = new AppSettingsMock();

			ViewLocator.LocateTypeForModelType = (modelType, displayLocation, context) =>
			{
				return modelType;
			};
		}
		public void Init()
		{
			Navigation = new NavigationMock();
			AppSettings = new AppSettingsMock();
		}