コード例 #1
0
 protected void CommunicateTycheGetYourLivesHandler(JObject response)
 {
     BeginInvoke(new CTGYLHandler(ComTycheGetYourLivesHandler), response);
     iris.KillThread();
 }
コード例 #2
0
ファイル: Enter.cs プロジェクト: answer1986/Gods-Original
 protected void CommunicateCerberusHandler(JObject response)
 {
     BeginInvoke(new CCHandlrer(ComCerberusHandler), response);
     iris.KillThread();
 }