예제 #1
0
파일: Reference.cs 프로젝트: sorairo/QLOPEN
 /// <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
파일: Reference.cs 프로젝트: sorairo/QLOPEN
 /// <remarks/>
 public void getFilePathAsync(getFilePath getFilePath1) {
     this.getFilePathAsync(getFilePath1, null);
 }