Exemplo n.º 1
0
 internal void RaisePartyList(DataPartyDetails party)
 {
     if (OnPartyList != null) OnPartyList(party);
 }
Exemplo n.º 2
0
 void FFRKProxy_OnPartyList(DataPartyDetails party)
 {
     BeginInvoke((Action)(() =>
     {
         UpdateDropdowns();
     }));
 }