Exemplo n.º 1
0
        private void GoToState(DrashState state)
        {
            Model.State = state;

            View.Dispatcher.RunAsync(
                CoreDispatcherPriority.Normal,
                () => OnPropertyChanged(() => State));
        }
 public DrashStateToVisibilityConverter(DrashState state)
 {
     VisibleForState = state;
 }