хз
This commit is contained in:
parent
6e0bdadae6
commit
687a08304f
2
.gitignore
vendored
2
.gitignore
vendored
@ -69,6 +69,8 @@ ScaffoldingReadMe.txt
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
/ProjectFlowerShop/ImplementationExtensions
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_i.c
|
||||
*_p.c
|
||||
|
@ -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
BIN
backup.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user