Exemple #1
0
 private void CheckConnectorState()
 {
     if ((!this.dynamicCameraConnector1.Connected) && (!this.microphoneConnector1.Connected))
     {
         this.hungUpCauseType = HungUpCauseType.ConnectorDisconnected;
         this.Close();
     }
 }
Exemple #2
0
 private void CheckConnectorState()
 {
     if((!this.dynamicCameraConnector1.Connected ) && (!this.microphoneConnector1.Connected))
     {
         this.hungUpCauseType = HungUpCauseType.ConnectorDisconnected;
         this.Close();
     }
 }