This commit is contained in:
antoc0der 2024-08-13 10:15:12 +04:00
parent 6e0bdadae6
commit 687a08304f
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -69,6 +69,8 @@ ScaffoldingReadMe.txt
# StyleCop
StyleCopReport.xml
/ProjectFlowerShop/ImplementationExtensions
# Files built by Visual Studio
*_i.c
*_p.c

View File

@ -120,8 +120,7 @@ namespace ProjectAirplaneWithRadar
{
return;
}
var obj = _storage[listBoxStorages.SelectedItem.ToString() ??
string.Empty];
var obj = _storage[listBoxStorages.SelectedItem.ToString() ?? string.Empty];
if (obj == null)
{
return;

BIN
backup.zip Normal file

Binary file not shown.