예제 #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);
 }