Beispiel #1
0
 public void Reload()
 {
     if (_type == EventType.Timed)
     {
         _dictionary = _rpc.ListEvents(_type);
     }
     else
     {
         _dictionary = _rpc.ListEvents(_peerID);
     }
 }