示例#1
0
 private async void DoctorsView_Load(object sender, EventArgs e)
 {
     await _viewModel.LoadDataAsync();
 }