示例#1
0
 /// <summary>
 /// Load the temp version of the recently completed SO log if available.
 /// </summary>
 public static void LoadTemp() => recentCompletedSO = RecentCompletedSO.LoadTempIfAvailable();
示例#2
0
 /// <summary>
 /// Load the recently completed SO log.
 /// </summary>
 public static void Load() => recentCompletedSO = RecentCompletedSO.Load();