Пример #1
0
 /// <remarks/>
 public void PrintRequestAsync(PrintRequest PrintRequest1, object userState) {
     if ((this.PrintRequestOperationCompleted == null)) {
         this.PrintRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPrintRequestOperationCompleted);
     }
     this.InvokeAsync("PrintRequest", new object[] {
                 PrintRequest1}, this.PrintRequestOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void PrintRequestAsync(PrintRequest PrintRequest1) {
     this.PrintRequestAsync(PrintRequest1, null);
 }