Кнопка обновления и столбец актуального значения

This commit is contained in:
2026-06-04 19:46:35 +03:00
parent e07fc408eb
commit caac16f88b
7 changed files with 155 additions and 55 deletions

View File

@@ -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);