コード例 #1
0
ファイル: FileControl.xaml.cs プロジェクト: jjg0519/OA
 void Client_DeleteFileBySystemCodeCompleted(object sender, DeleteFileBySystemCodeCompletedEventArgs e)
 {
     if (e.Error != null)
     {
         MessageBox.Show("网络出现错误请联系管理员");
     }
 }
コード例 #2
0
ファイル: FileControl.xaml.cs プロジェクト: JuRogn/OA
 void Client_DeleteFileBySystemCodeCompleted(object sender, DeleteFileBySystemCodeCompletedEventArgs e)
 {
     if (e.Error != null)
     {
         MessageBox.Show("网络出现错误请联系管理员");
     }
 }