コード例 #1
0
 /// <summary>
 /// Clear all data from memory, calling clear for all the lists
 /// </summary>
 public void ClearAllData()
 {
     VetClinic?.Clear();
     Filters.Reset();
 }