Exemple #1
0
 public void Poll()
 {
     if (Topics != null && Topics.Count > 0)
     {
         DataService.RequestTopics(Topics);
     }
 }