Wpf Dialogs Instant

private readonly IDialogService _dialogService; public ICommand SaveCommand get; public ICommand EditItemCommand get;

// Usage with async operation async Task ProcessDataAsync() WPF Dialogs

private Type GetWindowTypeForViewModel(Type viewModelType) private readonly IDialogService _dialogService

// Save File Dialog var saveFileDialog = new Microsoft.Win32.SaveFileDialog Word files ( .docx); public ICommand SaveCommand get