diff --git a/Lesson01/.idea/.idea.Lesson01/.idea/indexLayout.xml b/Lesson01/.idea/.idea.Lesson01/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/Lesson01/.idea/.idea.Lesson01/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Lesson01/.idea/.idea.Lesson01/.idea/projectSettingsUpdater.xml b/Lesson01/.idea/.idea.Lesson01/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..4bb9f4d --- /dev/null +++ b/Lesson01/.idea/.idea.Lesson01/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Lesson01/.idea/.idea.Lesson01/.idea/vcs.xml b/Lesson01/.idea/.idea.Lesson01/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Lesson01/.idea/.idea.Lesson01/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Lesson01/.idea/.idea.Lesson01/.idea/workspace.xml b/Lesson01/.idea/.idea.Lesson01/.idea/workspace.xml new file mode 100644 index 0000000..23c04b7 --- /dev/null +++ b/Lesson01/.idea/.idea.Lesson01/.idea/workspace.xml @@ -0,0 +1,86 @@ + + + + LMS/LMS.csproj + + + + + + + + + { + "customColor": "", + "associatedIndex": 4 +} + + + + { + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "git-widget-placeholder": "Islombek", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "vue.rearranger.settings.migration": "true" + }, + "keyToStringList": { + "rider.external.source.directories": [ + "C:\\Users\\pc\\AppData\\Roaming\\JetBrains\\Rider2024.1\\resharper-host\\DecompilerCache", + "C:\\Users\\pc\\AppData\\Roaming\\JetBrains\\Rider2024.1\\resharper-host\\SourcesCache", + "C:\\Users\\pc\\AppData\\Local\\Symbols\\src" + ] + } +} + + + + + + + + + 1713617326430 + + + + + + + + + \ No newline at end of file diff --git a/Lesson01/LMS/MainWindow.xaml.cs b/Lesson01/LMS/MainWindow.xaml.cs index c00c0e3..8f792bc 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -23,8 +23,6 @@ public partial class MainWindow : Window public MainWindow() { InitializeComponent(); - - string a = "hello"; } private void Button_Click(object sender, RoutedEventArgs e)