public GalleryPage(IGalleryPageViewModel viewModel)
		{
			_viewModel = viewModel;

			this.SetBinding<IGalleryPageViewModel>(IsBusyProperty, m => m.IsBusy);
		}
예제 #2
0
        public GalleryPage(IGalleryPageViewModel viewModel)
        {
            _viewModel = viewModel;

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