From dee50a560a5199914a1550693cc800622c7de7e5 Mon Sep 17 00:00:00 2001 From: Islombek Date: Sat, 20 Apr 2024 17:53:31 +0500 Subject: [PATCH 1/4] added char info --- 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..4ba250e 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -24,6 +24,8 @@ public MainWindow() { InitializeComponent(); + char c = 'a '; + string a = "hello"; } From f79798352aa1d2611d11f603a104ff970458e13a Mon Sep 17 00:00:00 2001 From: Islombek Date: Sat, 20 Apr 2024 17:59:46 +0500 Subject: [PATCH 2/4] Update MainWindow.xaml.cs --- Lesson01/LMS/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lesson01/LMS/MainWindow.xaml.cs b/Lesson01/LMS/MainWindow.xaml.cs index 4ba250e..daee4a7 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -24,7 +24,7 @@ public MainWindow() { InitializeComponent(); - char c = 'a '; + char c = 'a'; string a = "hello"; } From e07adbd551498c91d765c193161493e635128fa2 Mon Sep 17 00:00:00 2001 From: Islombek04 <119422300+Lightstar04@users.noreply.github.com> Date: Sat, 20 Apr 2024 18:14:10 +0500 Subject: [PATCH 3/4] Update MainWindow.xaml.cs --- Lesson01/LMS/MainWindow.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lesson01/LMS/MainWindow.xaml.cs b/Lesson01/LMS/MainWindow.xaml.cs index daee4a7..c00c0e3 100644 --- a/Lesson01/LMS/MainWindow.xaml.cs +++ b/Lesson01/LMS/MainWindow.xaml.cs @@ -24,8 +24,6 @@ public MainWindow() { InitializeComponent(); - char c = 'a'; - string a = "hello"; } From 34482db5d09133f4b0779597156a852db5ca7a91 Mon Sep 17 00:00:00 2001 From: Islombek Date: Sun, 21 Apr 2024 15:14:24 +0500 Subject: [PATCH 4/4] removed string() info --- .../.idea.Lesson01/.idea/indexLayout.xml | 8 ++ .../.idea/projectSettingsUpdater.xml | 6 ++ Lesson01/.idea/.idea.Lesson01/.idea/vcs.xml | 6 ++ .../.idea/.idea.Lesson01/.idea/workspace.xml | 86 +++++++++++++++++++ Lesson01/LMS/MainWindow.xaml.cs | 2 - 5 files changed, 106 insertions(+), 2 deletions(-) create mode 100644 Lesson01/.idea/.idea.Lesson01/.idea/indexLayout.xml create mode 100644 Lesson01/.idea/.idea.Lesson01/.idea/projectSettingsUpdater.xml create mode 100644 Lesson01/.idea/.idea.Lesson01/.idea/vcs.xml create mode 100644 Lesson01/.idea/.idea.Lesson01/.idea/workspace.xml 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)