예제 #1
0
 /// <summary>
 /// Clears the lists for pending Insert/Remove operation on InstrumentProperties
 /// </summary>
 private void ClearPropertyPendingUpdates()
 {
     PropertiesToAdd.Clear();
     PropertiesToRemove.Clear();
 }