lab_7 #7

Closed
chtzsch wants to merge 3 commits from lab_7 into lab_6
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 9089b795a5 - Show all commits

View File

@ -99,7 +99,6 @@ namespace speed_Boat.Generics
if (!File.Exists(filename))
throw new FileNotFoundException("Файл не найден");
string bufferTextFromFile = "";
using (StreamReader sr = new(filename))
{
if (sr.ReadLine() != "BoatStorage")

View File

@ -14,7 +14,6 @@ namespace SpeedBoatLab
[STAThread]
static void Main()
{
ApplicationConfiguration.Initialize();
var services = new ServiceCollection();
ConfigureServices(services);