| | |
| | | |
| | | private System.Threading.SendOrPostCallback get_CheckTypeByBarCode_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback get_BillBarCode_VerifyOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback GetKf_PonderationBillMain_Temp_BillCheckOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_UpdateTemp_BillCheckOperationCompleted; |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback get_BarCode_MoveStockOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted; |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiOperationCompleted; |
| | | |
| | |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDOperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted; |
| | | private System.Threading.SendOrPostCallback set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted; |
| | | |
| | | private System.Threading.SendOrPostCallback set_CheckXCMoveStockBillOperationCompleted; |
| | | |
| | |
| | | public event get_CheckTypeByBarCode_BillCheckCompletedEventHandler get_CheckTypeByBarCode_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event get_BillBarCode_VerifyCompletedEventHandler get_BillBarCode_VerifyCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event GetKf_PonderationBillMain_Temp_BillCheckCompletedEventHandler GetKf_PonderationBillMain_Temp_BillCheckCompleted; |
| | | |
| | | /// <remarks/> |
| | |
| | | public event get_BarCode_MoveStockCompletedEventHandler get_BarCode_MoveStockCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted; |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_SenKaiCompleted; |
| | |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_PDCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted; |
| | | public event set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted; |
| | | |
| | | /// <remarks/> |
| | | public event set_CheckXCMoveStockBillCompletedEventHandler set_CheckXCMoveStockBillCompleted; |
| | |
| | | if ((this.get_CheckTypeByBarCode_BillCheckCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_CheckTypeByBarCode_BillCheckCompleted(this, new get_CheckTypeByBarCode_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_BillBarCode_Verify", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public ClsKf_ICStockBill_WMS get_BillBarCode_Verify(long HInterID, string HBillNo, string HBillType, string HBarCode, double HQty, string HMaker, long HStockOrgID, ref string sErrMsg) { |
| | | object[] results = this.Invoke("get_BillBarCode_Verify", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HBarCode, |
| | | HQty, |
| | | HMaker, |
| | | HStockOrgID, |
| | | sErrMsg}); |
| | | sErrMsg = ((string)(results[1])); |
| | | return ((ClsKf_ICStockBill_WMS)(results[0])); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_BillBarCode_VerifyAsync(long HInterID, string HBillNo, string HBillType, string HBarCode, double HQty, string HMaker, long HStockOrgID, string sErrMsg) { |
| | | this.get_BillBarCode_VerifyAsync(HInterID, HBillNo, HBillType, HBarCode, HQty, HMaker, HStockOrgID, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void get_BillBarCode_VerifyAsync(long HInterID, string HBillNo, string HBillType, string HBarCode, double HQty, string HMaker, long HStockOrgID, string sErrMsg, object userState) { |
| | | if ((this.get_BillBarCode_VerifyOperationCompleted == null)) { |
| | | this.get_BillBarCode_VerifyOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_BillBarCode_VerifyOperationCompleted); |
| | | } |
| | | this.InvokeAsync("get_BillBarCode_Verify", new object[] { |
| | | HInterID, |
| | | HBillNo, |
| | | HBillType, |
| | | HBarCode, |
| | | HQty, |
| | | HMaker, |
| | | HStockOrgID, |
| | | sErrMsg}, this.get_BillBarCode_VerifyOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onget_BillBarCode_VerifyOperationCompleted(object arg) { |
| | | if ((this.get_BillBarCode_VerifyCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.get_BillBarCode_VerifyCompleted(this, new get_BillBarCode_VerifyCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR( |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SavePonderationBillMain_Temp_BarCode_MoveStock( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | |
| | | string HCustom2, |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] { |
| | | object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] { |
| | | omodel_View, |
| | | HBillID, |
| | | HBillType, |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync( |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | |
| | | string HCustom2, |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | string sErrMsg) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, HCustom1, HCustom2, oSystemParameterMain, sErrMsg, null); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, HCustom1, HCustom2, oSystemParameterMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync( |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | string sErrMsg, |
| | | object userState) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted); |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] { |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] { |
| | | omodel_View, |
| | | HBillID, |
| | | HBillType, |
| | |
| | | HCustom1, |
| | | HCustom2, |
| | | oSystemParameterMain, |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted, userState); |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted != null)) { |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SavePonderationBillMain_Temp_BarCode_MoveStock( |
| | | [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)] |
| | | public bool set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | |
| | | long HStockOutOrgID, |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | ref string sErrMsg) { |
| | | object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] { |
| | | object[] results = this.Invoke("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] { |
| | | omodel_View, |
| | | HBillID, |
| | | HBillType, |
| | |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync( |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | |
| | | long HStockOutOrgID, |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | string sErrMsg) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, oSystemParameterMain, sErrMsg, null); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync(omodel_View, HBillID, HBillType, HBillNo, HMaker, HWhID, HSPID, HSCWHID, HSCSPID, HQty, SourceFlag, HSourceBillType, HStockInOrgID, HStockOutOrgID, oSystemParameterMain, sErrMsg, null); |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStockAsync( |
| | | public void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARAsync( |
| | | ClsGy_BarCodeBill_WMS_Model_View omodel_View, |
| | | long HBillID, |
| | | string HBillType, |
| | |
| | | ClsXt_SystemParameterMain oSystemParameterMain, |
| | | string sErrMsg, |
| | | object userState) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted); |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted == null)) { |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted = new System.Threading.SendOrPostCallback(this.Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted); |
| | | } |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock", new object[] { |
| | | this.InvokeAsync("set_SavePonderationBillMain_Temp_BarCode_MoveStock_AR", new object[] { |
| | | omodel_View, |
| | | HBillID, |
| | | HBillType, |
| | |
| | | HStockInOrgID, |
| | | HStockOutOrgID, |
| | | oSystemParameterMain, |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted, userState); |
| | | sErrMsg}, this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted, userState); |
| | | } |
| | | |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStockOperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted != null)) { |
| | | private void Onset_SavePonderationBillMain_Temp_BarCode_MoveStock_AROperationCompleted(object arg) { |
| | | if ((this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted != null)) { |
| | | System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStockCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | this.set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompleted(this, new set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState)); |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void get_BillBarCode_VerifyCompletedEventHandler(object sender, get_BillBarCode_VerifyCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class get_BillBarCode_VerifyCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal get_BillBarCode_VerifyCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public ClsKf_ICStockBill_WMS Result { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((ClsKf_ICStockBill_WMS)(this.results[0])); |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | public string sErrMsg { |
| | | get { |
| | | this.RaiseExceptionIfNecessary(); |
| | | return ((string)(this.results[1])); |
| | | } |
| | | } |
| | | } |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void GetKf_PonderationBillMain_Temp_BillCheckCompletedEventHandler(object sender, GetKf_PonderationBillMain_Temp_BillCheckCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs e); |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | internal set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |
| | |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs e); |
| | | public delegate void set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventHandler(object sender, set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs e); |
| | | |
| | | /// <remarks/> |
| | | [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.3752.0")] |
| | | [System.Diagnostics.DebuggerStepThroughAttribute()] |
| | | [System.ComponentModel.DesignerCategoryAttribute("code")] |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | public partial class set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { |
| | | |
| | | private object[] results; |
| | | |
| | | internal set_SavePonderationBillMain_Temp_BarCode_MoveStockCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | internal set_SavePonderationBillMain_Temp_BarCode_MoveStock_ARCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : |
| | | base(exception, cancelled, userState) { |
| | | this.results = results; |
| | | } |