From e27d5d877c2dda73847b6655d5e20eb072e58a35 Mon Sep 17 00:00:00 2001 From: Sophia Chen Date: Mon, 16 Oct 2023 16:25:10 -0700 Subject: [PATCH] first commit --- InfoBar/MainPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)