Пример #1
0
 /// <summary>Binds the <see cref="ViewModelBase.IsLoading"/> property of the view model to
 /// the progress bar visibility of the status bar (Windows Phone only). </summary>
 /// <param name="viewModel">The view model. </param>
 public void BindViewModelToStatusBarProgress(ViewModelBase viewModel)
 {
     ViewModelHelper.BindViewModelToStatusBarProgress(viewModel);
 }