Pyatakov K.M. LabWork6 #11

Closed
ker73rus wants to merge 5 commits from LabWork6 into LabWork5
Showing only changes of commit e89ac835fb - Show all commits

View File

@ -28,6 +28,8 @@ namespace Stormtrooper
public FormMapWithSetAirplane()
{
InitializeComponent();
openFileDialog.Filter = "Text files(*.txt)|*.txt";
saveFileDialog.Filter = "Text files(*.txt)|*.txt";
_mapCollection = new MapCollection(pictureBox.Width, pictureBox.Height);
comboBoxMapSelector.Items.Clear();
foreach(var map in _mapsDict)