diff --git a/InfoBar/MainPage.xaml.cs b/InfoBar/MainPage.xaml.cs index 166cd88..2515175 100644 --- a/InfoBar/MainPage.xaml.cs +++ b/InfoBar/MainPage.xaml.cs @@ -38,7 +38,7 @@ private async void Test_ActionButtonClick(object sender, RoutedEventArgs e) private async void Test_CloseButtonClick(object sender, CloseButtonClickEventArgs e) { - await new MessageDialog("Thank you, mate").ShowAsync(); + await new MessageDialog("Thank you, mate. I'm australian").ShowAsync(); } private void Test_Closing(InfoBar sender, InfoBarClosingEventArgs args)