コード例 #1
0
 /// <summary>
 /// Clear the states held by this model
 /// </summary>
 public void OnClear()
 {
     ActionMode = false;
     CheckedObjects.Clear();
     LastGroupOpened = -1;
     ExpandedGroups.Clear();
 }