コード例 #1
0
ファイル: MainPage.cs プロジェクト: gsterjov/fusemc
 /// <summary>
 /// Send a command to a plugin.
 /// </summary>
 public void SendCommand(Broadcaster receiver, string command, object obj)
 {
     if (receiver != null)
         receiver.SendCommand (command, obj);
 }