Кнопка обновления и столбец актуального значения
This commit is contained in:
@@ -4,6 +4,8 @@ public interface IEnvironmentVariableStore
|
||||
{
|
||||
string? Get(string name);
|
||||
|
||||
string? GetUserPersistedValue(string name);
|
||||
|
||||
void Set(string name, string value);
|
||||
|
||||
bool Exists(string name);
|
||||
|
||||
Reference in New Issue
Block a user