Ejemplo n.º 1
0
 private void btnIntegrationDown_Click(object sender, EventArgs e)
 {
     if (videoObject != null)
     {
         videoObject.DecreaseIntegration();
     }
 }
Ejemplo n.º 2
0
 public void DecreaseIntegration()
 {
     IsolatedAction(() => m_delegate.DecreaseIntegration());
 }