예제 #1
0
 async void GetString(object sender, RoutedEventArgs e)
 {
     _tbInfo.Text = "返回值:" + await AtTest.GetString();
 }