コード例 #1
0
ファイル: MainPage.xaml.cs プロジェクト: lichao7314/PD
 void btnQuery_Click(object sender, RoutedEventArgs e)
 {
     if (!string.IsNullOrEmpty(txtPath.Text.Trim()))
     {
         client.AddAddressAsync(txtPath.Text.Trim());
     }
 }