コード例 #1
0
 /// <remarks/>
 public void SettrOPAsync(t_r_OperationProduct mOP, string OperatorID) {
     this.SettrOPAsync(mOP, OperatorID, null);
 }
コード例 #2
0
 /// <remarks/>
 public void SettrOPAsync(t_r_OperationProduct mOP, string OperatorID, object userState) {
     if ((this.SettrOPOperationCompleted == null)) {
         this.SettrOPOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSettrOPOperationCompleted);
     }
     this.InvokeAsync("SettrOP", new object[] {
                 mOP,
                 OperatorID}, this.SettrOPOperationCompleted, userState);
 }
コード例 #3
0
 public void SettrOP(t_r_OperationProduct mOP, string OperatorID) {
     this.Invoke("SettrOP", new object[] {
                 mOP,
                 OperatorID});
 }