Exemplo n.º 1
0
 public void RemoveRecordingStartedDelegate(RecordingStartedDelegate del)
 {
     recordingStartedEvent -= del;
 }
Exemplo n.º 2
0
 public void AddRecordingStartedDelegate(RecordingStartedDelegate del)
 {
     recordingStartedEvent += del;
 }