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