diff --git a/AddPortMapForm.cs b/AddPortMapForm.cs index 0265807..455a10c 100644 --- a/AddPortMapForm.cs +++ b/AddPortMapForm.cs @@ -105,8 +105,8 @@ namespace MeshCentralRouter { if (appComboBox.SelectedIndex == 1) { remoteNumericUpDown.Value = 80; } if (appComboBox.SelectedIndex == 2) { remoteNumericUpDown.Value = 443; } - if (appComboBox.SelectedIndex == 3) { remoteNumericUpDown.Value = 3389; } - if (appComboBox.SelectedIndex == 4) { remoteNumericUpDown.Value = 22; } + if (appComboBox.SelectedIndex == 3) { remoteNumericUpDown.Value = 22; } + if (appComboBox.SelectedIndex == 4) { remoteNumericUpDown.Value = 3389; } if (appComboBox.SelectedIndex == 5) { remoteNumericUpDown.Value = 22; } } diff --git a/AddRelayMapForm.cs b/AddRelayMapForm.cs index 2706e59..f1646d2 100644 --- a/AddRelayMapForm.cs +++ b/AddRelayMapForm.cs @@ -107,8 +107,8 @@ namespace MeshCentralRouter { if (appComboBox.SelectedIndex == 1) { remoteNumericUpDown.Value = 80; } if (appComboBox.SelectedIndex == 2) { remoteNumericUpDown.Value = 443; } - if (appComboBox.SelectedIndex == 3) { remoteNumericUpDown.Value = 3389; } - if (appComboBox.SelectedIndex == 4) { remoteNumericUpDown.Value = 22; } + if (appComboBox.SelectedIndex == 3) { remoteNumericUpDown.Value = 22; } + if (appComboBox.SelectedIndex == 4) { remoteNumericUpDown.Value = 3389; } if (appComboBox.SelectedIndex == 5) { remoteNumericUpDown.Value = 22; } }