コード例 #1
0
ファイル: SysUseractLogForm.xaml.cs プロジェクト: jjg0519/OA
 //注册的添加日志事件
 void ServiceClient_AddUseractLogCompleted(object sender, AddUseractLogCompletedEventArgs e)
 {
     if (e.Error != null && e.Error.Message != "")
     {
         ComfirmWindow.ConfirmationBox(Utility.GetResourceStr("CONFIRMINFO"), e.Error.Message, Utility.GetResourceStr("CONFIRMBUTTON"));
     }
     else
     {
         ComfirmWindow.ConfirmationBox(Utility.GetResourceStr("CONFIRMINFO"), Utility.GetResourceStr("ADDSUCCESSEDMENU"), Utility.GetResourceStr("CONFIRMBUTTON"));
     }
 }
コード例 #2
0
ファイル: SysUseractLogForm.xaml.cs プロジェクト: JuRogn/OA
 //注册的添加日志事件
 void ServiceClient_AddUseractLogCompleted(object sender, AddUseractLogCompletedEventArgs e)
 {
     if (e.Error != null && e.Error.Message != "")
     {
         ComfirmWindow.ConfirmationBox(Utility.GetResourceStr("CONFIRMINFO"), e.Error.Message, Utility.GetResourceStr("CONFIRMBUTTON"));
     }
     else
     {
         ComfirmWindow.ConfirmationBox(Utility.GetResourceStr("CONFIRMINFO"), Utility.GetResourceStr("ADDSUCCESSEDMENU"), Utility.GetResourceStr("CONFIRMBUTTON"));
     }
 }