1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-11 13:53:43 +00:00

Much improved with device list and quick mapping buttons.

This commit is contained in:
Ylian Saint-Hilaire
2020-03-21 00:18:14 -07:00
parent b105a65008
commit 106511023e
21 changed files with 2515 additions and 584 deletions

View File

@@ -94,7 +94,7 @@ namespace MeshCentralRouter
routingStatusLabel.Text = statemsg;
}
private void appButton_Click(object sender, EventArgs e)
public void appButton_Click(object sender, EventArgs e)
{
if (appId == 1) { System.Diagnostics.Process.Start("http://localhost:" + mapper.localport); }
if (appId == 2) { System.Diagnostics.Process.Start("https://localhost:" + mapper.localport); }