예제 #1
0
 public void T040_MoveTxn_LOT2()
 {
     MoveTxn s = new MoveTxn();
     s.Container_Name = "LOT2";
     Assert.IsTrue(s.ExecuteService(), s.CompletionMessage);
 }
예제 #2
0
파일: MoveOut.cs 프로젝트: Eric-Guo/uo-mes
 public MoveOut()
     : base()
 {
     thruputService = new Thruput(ObjScope, HistoryMainLine);
     moveTxnService = new MoveTxn(ObjScope, HistoryMainLine);
 }