This commit is contained in:
2019-06-01 00:24:33 +02:00
parent 6aa3c687ce
commit 9d3a14d1c2

View File

@@ -266,7 +266,7 @@ namespace LaDOSE.DesktopApp.ViewModels
var dataTable = this.GridDataTable.DefaultView.ToTable(); var dataTable = this.GridDataTable.DefaultView.ToTable();
SaveFileDialog sfDialog = new SaveFileDialog() SaveFileDialog sfDialog = new SaveFileDialog()
{ {
Filter = "Text Files (*.csv)|*.csv|All Files (*.*)|*.*", Filter = "Csv Files (*.csv)|*.csv|All Files (*.*)|*.*",
AddExtension = true AddExtension = true
}; };
if (sfDialog.ShowDialog() == true) if (sfDialog.ShowDialog() == true)