Ejemplo n.º 1
0
 public void RemoveCompletedStatusEventHandler(CompletedStatusEventHandler handler)
 {
     m_completedStatusHandler -= handler;
 }
Ejemplo n.º 2
0
 public void AddCompletedStatusEventHandler(CompletedStatusEventHandler handler)
 {
     m_completedStatusHandler += handler;
 }