1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2026-02-22 20:33:26 +00:00

Friendly name comments

Signed-off-by: Troy Cook <cookta2012@gmail.com>
This commit is contained in:
Troy Cook
2020-08-09 21:27:25 -05:00
parent 869c4ebd78
commit 25c8b207b2
8 changed files with 220 additions and 66 deletions

View File

@@ -21,6 +21,7 @@ namespace MeshCentralRouter
InitializeComponent();
}
public string getRuleName() { return ruleNameTextBox.Text; }
public int getProtocol() { return (int)(tcpRadioButton.Checked?1:2); }
public int getLocalPort() { return (int)localNumericUpDown.Value; }
public int getRemotePort() { return (int)remoteNumericUpDown.Value; }