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