コード例 #1
0
ファイル: CFrmArchivesSearch.xaml.cs プロジェクト: jjg0519/OA
 void client_GetArchivesCanBorrowCompleted(object sender, GetArchivesCanBorrowCompletedEventArgs e)
 {
     if (e.Result != null)
     {
         BindDataGrid(e.Result.ToList());
     }
     else
     {
         HtmlPage.Window.Alert("对不起!未能找到相关记录。");
     }
 }
コード例 #2
0
ファイル: CFrmArchivesSearch.xaml.cs プロジェクト: JuRogn/OA
 void client_GetArchivesCanBorrowCompleted(object sender, GetArchivesCanBorrowCompletedEventArgs e)
 {
     if (e.Result != null)
     {
         BindDataGrid(e.Result.ToList());
     }
     else
     {
         HtmlPage.Window.Alert("对不起!未能找到相关记录。");
     }
 }