1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-06 00:13:33 +00:00

This is the first revision of my changes

This commit is contained in:
Troy Cook
2020-09-21 01:46:45 -05:00
parent 4deea28edd
commit c3afb5cb43
10 changed files with 231 additions and 75 deletions

View File

@@ -143,7 +143,7 @@ namespace MeshCentralRouter
}
public string getRegValue(string name, string value)
{
try { return Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Open Source\MeshCentral Router", name, value).ToString(); } catch (Exception) { return value; }
try {return Registry.GetValue(@"HKEY_CURRENT_USER\SOFTWARE\Open Source\MeshCentral Router", name, value).ToString(); } catch (Exception) { return value; }
}
public MainForm(string[] args)