Добавление параметров

This commit is contained in:
2024-10-08 11:44:50 +03:00
parent d86dd4e39a
commit 3e04430a86
16 changed files with 882 additions and 250 deletions

View File

@@ -114,7 +114,6 @@ namespace GtaVUsersInfo.Helpers
File.WriteAllText(filePath, json);
}
// Реализация метода Dispose
public void Dispose()
{
if (driver != null)

View File

@@ -1,14 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GtaVUsersInfo.Helpers
{
public static class ReadonlyStrings
{
public readonly static string carUrl = "https://gtacars.net/";
public readonly static string carJsonPath = "data/cars.json";
}
}