This commit is contained in:
chtzsch ~ 2023-11-29 14:48:34 +03:00
parent 225058cf52
commit 9089b795a5
2 changed files with 0 additions and 2 deletions

View File

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

View File

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