Ejemplo n.º 1
0
 public void Reply()
 {
     if (m_ContextHandler != null)
     {
         m_ContextHandler.ExecuteInContext(() => callback(this));
     }
     else
     {
         callback(this);
     }
 }