async void GetByteArray(object sender, RoutedEventArgs e) { var result = await AtTest.GetByteArray(); _tbInfo.Text = "返回值:" + result.ToString(); }