コード例 #1
0
ファイル: SelectM2M.xaml.cs プロジェクト: zhaoyingju/ccflow
 void ff_ParseStringToPinyinCompleted(object sender, FF.ParseStringToPinyinCompletedEventArgs e)
 {
     if (e.Result != null)
     {
         this.TB_No.Text = e.Result;
     }
 }
コード例 #2
0
ファイル: FrmEle.xaml.cs プロジェクト: zhaoyingju/ccflow
 void da_ParseStringToPinyinCompleted(object sender, FF.ParseStringToPinyinCompletedEventArgs e)
 {
     this.TB_EleID.Text = e.Result;
 }