PIbd-22. Shabunov O.A. Lab work 06 #6

Closed
olshab wants to merge 5 commits from Lab6 into Lab5
Showing only changes of commit 2306f8b82c - Show all commits

View File

@ -80,6 +80,9 @@ namespace AirBomber.Generics
public bool LoadData(string FileName)
{
if (!File.Exists(FileName))
return false;
using (StreamReader reader = new StreamReader(FileName))
{
if (reader.ReadLine() != "BomberStorage")