diff --git a/Lesson01/LMS/MainWindow.xaml.cs b/Lesson01/LMS/MainWindow.xaml.cs index cae8621..e05c5df 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -10,6 +10,7 @@ public partial class MainWindow : Window public MainWindow() { InitializeComponent(); + } private void Button_Click(object sender, RoutedEventArgs e)