コード例 #1
0
ファイル: Switch.cs プロジェクト: hanlray/ScaleService
 internal void SetInPort(int inPort)
 {
     _relayWatcher.Subscribe(inPort, OnChanged);
 }