diff --git a/Lesson01/LMS/MainWindow.xaml.cs b/Lesson01/LMS/MainWindow.xaml.cs index cae8621..2ee3281 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -10,6 +10,17 @@ public partial class MainWindow : Window public MainWindow() { InitializeComponent(); + + + string a = "hello"; + int num = 3; + + + string fsd= "dfsd"; + + + + } private void Button_Click(object sender, RoutedEventArgs e)