示例#1
0
 void proxy_SendFileCompleted(object sender, SendFileCompletedEventArgs e)
 {
     try {
         chatLabelSendFileStatus.Content = "Fichier envoyé";
     }
     catch (Exception ex)
     {
         HandleProxy();
     }
 }
示例#2
0
 void proxy_SendFileCompleted(object sender, SendFileCompletedEventArgs e)
 {
     chatLabelSendFileStatus.Content = "File Sent";
 }