diff --git a/Lesson12/Lekcja12b/App.config b/Lesson12/Lekcja12b/App.config new file mode 100644 index 0000000..00bfd11 --- /dev/null +++ b/Lesson12/Lekcja12b/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Lesson12/Lekcja12b/App.xaml b/Lesson12/Lekcja12b/App.xaml new file mode 100644 index 0000000..aaa71a6 --- /dev/null +++ b/Lesson12/Lekcja12b/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Lesson12/Lekcja12b/App.xaml.cs b/Lesson12/Lekcja12b/App.xaml.cs new file mode 100644 index 0000000..fcae2fa --- /dev/null +++ b/Lesson12/Lekcja12b/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Lekcja12b +{ + /// + /// Logika interakcji dla klasy App.xaml + /// + public partial class App : Application + { + } +} diff --git a/Lesson12/Lekcja12b/Lekcja12b.csproj b/Lesson12/Lekcja12b/Lekcja12b.csproj new file mode 100644 index 0000000..a64d826 --- /dev/null +++ b/Lesson12/Lekcja12b/Lekcja12b.csproj @@ -0,0 +1,98 @@ + + + + + Debug + AnyCPU + {CCA088E1-6348-47D5-B149-A44582DFEF84} + WinExe + Lekcja12b + Lekcja12b + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + \ No newline at end of file diff --git a/Lesson12/Lekcja12b/Lekcja12b.sln b/Lesson12/Lekcja12b/Lekcja12b.sln new file mode 100644 index 0000000..e3f0bc6 --- /dev/null +++ b/Lesson12/Lekcja12b/Lekcja12b.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.136 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lekcja12b", "Lekcja12b.csproj", "{CCA088E1-6348-47D5-B149-A44582DFEF84}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CCA088E1-6348-47D5-B149-A44582DFEF84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CCA088E1-6348-47D5-B149-A44582DFEF84}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CCA088E1-6348-47D5-B149-A44582DFEF84}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CCA088E1-6348-47D5-B149-A44582DFEF84}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4D9A330C-D2D6-400A-970A-4A1FDB77A2EA} + EndGlobalSection +EndGlobal diff --git a/Lesson12/Lekcja12b/MainWindow.xaml b/Lesson12/Lekcja12b/MainWindow.xaml new file mode 100644 index 0000000..7d2ab2f --- /dev/null +++ b/Lesson12/Lekcja12b/MainWindow.xaml @@ -0,0 +1,15 @@ + + + + + +