コード例 #1
0
ファイル: Light.cs プロジェクト: bdebray/build-indicator
 public bool IsDeviceOpen()
 {
     return(_deviceController.IsDeviceOpen());
 }