mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-02-22 20:33:26 +00:00
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user