示例#1
0
 public static void RestoreFromCache()
 {
     CurrentNet = CachedNet.DeepCopy();
 }
示例#2
0
 public static void CacheNet()
 {
     CachedNet = CurrentNet?.DeepCopy();
 }