コード例 #1
0
ファイル: MoveOut.aspx.cs プロジェクト: Eric-Guo/uo-mes
 protected void btnMoveOut_Click(object sender, EventArgs e)
 {
     UO_Service.CompoundTxn.MoveOut s = new UO_Service.CompoundTxn.MoveOut();
     s.Container_Name = txtContainer.Text;
     s.ExecuteService();
     lblCompleteMsg.Text = s.CompletionMessage;
 }
コード例 #2
0
 protected void btnMoveOut_Click(object sender, EventArgs e)
 {
     UO_Service.CompoundTxn.MoveOut s = new UO_Service.CompoundTxn.MoveOut();
     s.Container_Name = txtContainer.Text;
     s.ExecuteService();
     lblCompleteMsg.Text = s.CompletionMessage;
 }