예제 #1
0
 protected void CommunicateTycheGetYourLivesHandler(JObject response)
 {
     BeginInvoke(new CTGYLHandler(ComTycheGetYourLivesHandler), response);
     iris.KillThread();
 }
예제 #2
0
 protected void CommunicateCerberusHandler(JObject response)
 {
     BeginInvoke(new CCHandlrer(ComCerberusHandler), response);
     iris.KillThread();
 }