Inheritance: IRefresh
Beispiel #1
0
 public bool Refresh(bool force)
 {
     updateNetworkInfo();
     NetInfo.StoreChangedNetworkSettings();
     return(true);
 }