This commit is contained in:
Макс Бондаренко 2022-11-13 20:13:21 +04:00
parent 8f5f82ad8b
commit 4d79fe73ab

View File

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