Ejemplo n.º 1
0
 void PenCommV2Callbacks.onSecureCommunicationFailureOccurred(IPenComm sender, PenCommV2.SecureCommunicationFailureReason reason)
 {
     this.BeginInvoke(new MethodInvoker(delegate()
     {
         MessageBox.Show("Secure communication failed : " + reason.ToString());
     }));
 }
Ejemplo n.º 2
0
 void PenCommV2Callbacks.onSecureCommunicationFailureOccurred(IPenComm sender, PenCommV2.SecureCommunicationFailureReason reason)
 {
 }