From 5854d7306e5105a59b1003ea2a74bbb3d09a8bb0 Mon Sep 17 00:00:00 2001 From: Xushnud <155553939+Poteryaa@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:59:46 +0500 Subject: [PATCH] Update MainWindow.xaml.cs new comment --- 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 b8f4622..4c3b9ee 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -13,6 +13,8 @@ public MainWindow() string a = "hello"; int num = 3; + + //Xushnud change } private void Button_Click(object sender, RoutedEventArgs e)