Exemplo n.º 1
0
 private void AsyncRun(DateTime snapTime, Sconit.Entity.ACC.User user, CodeMaster.SnapType snapType)
 {
     Async async = new Async(mrpMgr.GenMrpSnapShot);
     async.BeginInvoke(snapTime, user, false, snapType, null, null);
 }
Exemplo n.º 2
0
 private void AsyncRun(DateTime planVersion, DateTime snapTime, com.Sconit.CodeMaster.TimeUnit dateType, string dateIndex, Sconit.Entity.ACC.User user)
 {
     Async async = new Async(rccpMgr.RunRccp);
     async.BeginInvoke(planVersion, snapTime, dateType, dateIndex, user, null, null);
 }