コード例 #1
0
ファイル: Reference.cs プロジェクト: gatm50/PopCornOne-Mobile
 /// <remarks/>
 public void EditPhraseAsync(Phrase phrase) {
     this.EditPhraseAsync(phrase, null);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: gatm50/PopCornOne-Mobile
 /// <remarks/>
 public void EditPhraseAsync(Phrase phrase, object userState) {
     if ((this.EditPhraseOperationCompleted == null)) {
         this.EditPhraseOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEditPhraseOperationCompleted);
     }
     this.InvokeAsync("EditPhrase", new object[] {
                 phrase}, this.EditPhraseOperationCompleted, userState);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: gatm50/PopCornOne-Mobile
 /// <remarks/>
 public void CreatePhraseAsync(Phrase phrase) {
     this.CreatePhraseAsync(phrase, null);
 }