Esempio n. 1
0
 private async void buttonDb_Click(object sender, EventArgs e)
 {
     labelResponse.Text = await _controller.CallDbAsync();
 }