Esempio n. 1
0
 public static void RestoreFromCache()
 {
     CurrentNet = CachedNet.DeepCopy();
 }
Esempio n. 2
0
 public static void CacheNet()
 {
     CachedNet = CurrentNet?.DeepCopy();
 }