private async void AsyncViewModelBase_ConnectionError(object sender, ConnectionErrorEventArgs e)
		{
			await ShowConnectionErrorMessageAsync();
		}
示例#2
0
 private async void AsyncViewModelBase_ConnectionError(object sender, ConnectionErrorEventArgs e)
 {
     await ShowConnectionErrorMessageAsync();
 }