From 4d5c868d39bc62ba04c2b15f44727766ce84623c Mon Sep 17 00:00:00 2001 From: Abdulazim Date: Sat, 20 Apr 2024 17:55:01 +0500 Subject: [PATCH] added new string --- Lesson01/LMS/MainWindow.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lesson01/LMS/MainWindow.xaml.cs b/Lesson01/LMS/MainWindow.xaml.cs index c00c0e3..3a5fb1b 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -35,6 +35,8 @@ private void Button_Click(object sender, RoutedEventArgs e) private void Button_Click_1(object sender, RoutedEventArgs e) { var window = new GridWindow(); + + string wrong = "what's up"; } } }