Beispiel #1
0
        /// <summary>
        /// Method to invoke when the DataWindow command is executed.
        /// </summary>
        private void OnDataWindowExecute()
        {
            var vm = new DataWindowViewModel(new Language());

            _uiVisualizerService.ShowDialog(vm);
        }
 /// <summary>
 /// Method to invoke when the DataWindow command is executed.
 /// </summary>
 private void OnDataWindowExecute()
 {
     var vm = new DataWindowViewModel(new Language());
     _uiVisualizerService.ShowDialog(vm);
 }