示例#1
0
 /// <remarks/>
 public void getFilePathAsync(getFilePath getFilePath1, object userState) {
     if ((this.getFilePathOperationCompleted == null)) {
         this.getFilePathOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetFilePathOperationCompleted);
     }
     this.InvokeAsync("getFilePath", new object[] {
                 getFilePath1}, this.getFilePathOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void getFilePathAsync(getFilePath getFilePath1) {
     this.getFilePathAsync(getFilePath1, null);
 }