コード例 #1
0
ファイル: Program.cs プロジェクト: ianlee74/Omnimote
 public static void Main()
 {
     var remote = new Remote();
     remote.Activate();
 }