Ejemplo n.º 1
0
 private void buttonIncRelease_Click(object sender, EventArgs e)
 {
     if (incall != null)
     {
         _manager.onUserRelease(incall.Session);
     }
 }