Exemple #1
0
 protected void SendEvent(string eventName, object data = null)
 {
     MVC.SendEvent(eventName, data);
 }