Ejemplo n.º 1
0
 private void getActiveCounters()
 {
     DownloadCounter = MyNetworking.DownloadCounter("down");
     UploadCounter   = MyNetworking.DownloadCounter("up");
 }