From c079d651ec73027fe7f06094d670e4f429998e4a Mon Sep 17 00:00:00 2001 From: Miryoqub006 <158826997+Miryoqub006@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:51:25 +0500 Subject: [PATCH] Just integer added --- 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..af7033b 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -25,6 +25,8 @@ public MainWindow() InitializeComponent(); string a = "hello"; + + int num = 999; } private void Button_Click(object sender, RoutedEventArgs e)