Skip to content

Commit

Permalink
Merge pull request #103 from shigobu/プリセット追加
Browse files Browse the repository at this point in the history
COEIROINK v2 bridge追加
  • Loading branch information
shigobu authored Mar 17, 2024
2 parents 0882ffd + 9f16ecc commit 202436e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StyleRegistrationTool/View/ChangePortWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public ChangePortWindow(string appName, int port)
portComboBox.Items.Add(new Model.NameAndPort("LMROID", 50073));
portComboBox.Items.Add(new Model.NameAndPort("SHAREVOX", 50025));
portComboBox.Items.Add(new Model.NameAndPort("ITVOICE", 49540));
portComboBox.Items.Add(new Model.NameAndPort("COEIROINK v2 bridge", 50132));


SelectedPreset = new Model.NameAndPort(appName, port);
}
Expand Down

0 comments on commit 202436e

Please sign in to comment.