fix
This commit is contained in:
parent
0630250103
commit
065bd53fcf
@ -78,7 +78,6 @@ namespace Tank
|
||||
if (data.Length == 0)
|
||||
{
|
||||
throw new InvalidOperationException("File not found, невалиданя операция, нет данных для сохранения");
|
||||
//throw new Exception("File not found, ошибка, нет данных");
|
||||
}
|
||||
using (StreamWriter writer = new StreamWriter(filename))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user