예제 #1
0
 protected async override void OnAppearing()
 {
     base.OnAppearing();
     await _botConnector.Setup();
 }
예제 #2
0
 private async Task setupBotConnectorAsync()
 {
     _lastConversation = await _botConnector.Setup();
 }