Добавление параметров
This commit is contained in:
@@ -114,7 +114,6 @@ namespace GtaVUsersInfo.Helpers
|
||||
File.WriteAllText(filePath, json);
|
||||
}
|
||||
|
||||
// Реализация метода Dispose
|
||||
public void Dispose()
|
||||
{
|
||||
if (driver != null)
|
||||
|
@@ -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";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user