Exemplo n.º 1
0
 /// <remarks/>
 public void ListLookupAsync(ListLookup ListLookup1, object userState) {
     if ((this.ListLookupOperationCompleted == null)) {
         this.ListLookupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnListLookupOperationCompleted);
     }
     this.InvokeAsync("ListLookup", new object[] {
                 ListLookup1}, this.ListLookupOperationCompleted, userState);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void ListLookupAsync(ListLookup ListLookup1) {
     this.ListLookupAsync(ListLookup1, null);
 }