LabWork_06 #12

Closed
maxnes3 wants to merge 10 commits from LabWork_06 into LabWork_05
Showing only changes of commit 4d79fe73ab - Show all commits

View File

@ -279,11 +279,11 @@
//
// openFileDialog
//
this.openFileDialog.Filter = "txt file | *txt";
this.openFileDialog.Filter = "txt file | *.txt";
//
// saveFileDialog
//
this.saveFileDialog.Filter = "txt file | *txt";
this.saveFileDialog.Filter = "txt file | *.txt";
//
// FormMapWithSetShip
//