Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.60 KB | None | 0 0
  1. public string ExeConsNoteImport_Test(string sParam)
  2. {
  3.     string sExeResult = string.Empty;
  4.     base.AsyncInvokeBcfMethod("X_arConsImportSet", "ExeConsNoteImport_TestAsync", new object[] { sParam });
  5.     return sExeResult;
  6. }
  7.  
  8. public void ExeConsNoteImport_TestAsync(UserToken sysHandle, string sParam)
  9. {
  10.     this.ExeConsNoteImport(sParam);        
  11. }
  12. //執行託運轉入
  13. public string ExeConsNoteImport(string sParam)
  14. {
  15.     string sLogMsg = string.Empty;
  16.     string sExeResult = string.Empty;
  17.     X_ScheduleParamInfo param = new X_ScheduleParamInfo(sParam);
  18.     string sLogMessage = string.Empty;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement