public GalleryPage(IGalleryPageViewModel viewModel)
		{
			_viewModel = viewModel;

			this.SetBinding<IGalleryPageViewModel>(IsBusyProperty, m => m.IsBusy);
		}
Exemplo n.º 2
0
        public GalleryPage(IGalleryPageViewModel viewModel)
        {
            _viewModel = viewModel;

            this.SetBinding <IGalleryPageViewModel>(IsBusyProperty, m => m.IsBusy);
        }