Exemplo n.º 1
0
 private void UpdateHunts()
 {
     if (LocalTest.Testing)
     {
         UpdateView();
     }
     else
     {
         ServerHandler.GetCompletedHunts(OnReceived_CompletedHunts);
     }
 }