// Invoke the Changed event; called whenever repetitions changes protected virtual void OnRecordingStatusChanged(RecordingStatusChangedEventArg e) { if (RecordingStatusChanged != null) { RecordingStatusChanged(this, e); } }
// Invoke the Changed event; called whenever repetitions changes protected virtual void OnRecordingStatusChanged(RecordingStatusChangedEventArg e) { if (RecordingStatusChanged != null) RecordingStatusChanged(this, e); }
public void AssociateFiles(object sender, RecordingStatusChangedEventArg args) { CurrentExercise.RepetitionToFileId.Add(args.FileId); }