lab7
This commit is contained in:
parent
225058cf52
commit
9089b795a5
@ -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")
|
||||
|
@ -14,7 +14,6 @@ namespace SpeedBoatLab
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
|
||||
ApplicationConfiguration.Initialize();
|
||||
var services = new ServiceCollection();
|
||||
ConfigureServices(services);
|
||||
|
Loading…
Reference in New Issue
Block a user