예제 #1
0
        async void GetEntityRow(object sender, RoutedEventArgs e)
        {
            var row = await AtTest.GetEntity();

            _tbInfo.Text = row.Col1 + " " + row.Col2;
        }