예제 #1
0
 public static void FullReload(this IAppCache cache)
 {
     cache.ClearRegisteredSips();
     cache.ResetLocationNetworks();
     cache.ResetSettings();
 }