From 40427b102e731a3979b35b4087e265576b0394d5 Mon Sep 17 00:00:00 2001 From: syneffort Date: Wed, 27 Sep 2023 11:34:37 +0900 Subject: [PATCH] fake google --- PacticeSolution/FakeGoogle/App.xaml | 9 +++++ PacticeSolution/FakeGoogle/App.xaml.cs | 17 ++++++++ PacticeSolution/FakeGoogle/AssemblyInfo.cs | 10 +++++ PacticeSolution/FakeGoogle/FakeGoogle.csproj | 10 +++++ PacticeSolution/FakeGoogle/MainWindow.xaml | 40 +++++++++++++++++++ PacticeSolution/FakeGoogle/MainWindow.xaml.cs | 28 +++++++++++++ PacticeSolution/PacticeSolution.sln | 12 ++++-- 7 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 PacticeSolution/FakeGoogle/App.xaml create mode 100644 PacticeSolution/FakeGoogle/App.xaml.cs create mode 100644 PacticeSolution/FakeGoogle/AssemblyInfo.cs create mode 100644 PacticeSolution/FakeGoogle/FakeGoogle.csproj create mode 100644 PacticeSolution/FakeGoogle/MainWindow.xaml create mode 100644 PacticeSolution/FakeGoogle/MainWindow.xaml.cs diff --git a/PacticeSolution/FakeGoogle/App.xaml b/PacticeSolution/FakeGoogle/App.xaml new file mode 100644 index 0000000..b5f9b62 --- /dev/null +++ b/PacticeSolution/FakeGoogle/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/PacticeSolution/FakeGoogle/App.xaml.cs b/PacticeSolution/FakeGoogle/App.xaml.cs new file mode 100644 index 0000000..168dad7 --- /dev/null +++ b/PacticeSolution/FakeGoogle/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 FakeGoogle +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/PacticeSolution/FakeGoogle/AssemblyInfo.cs b/PacticeSolution/FakeGoogle/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/PacticeSolution/FakeGoogle/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/PacticeSolution/FakeGoogle/FakeGoogle.csproj b/PacticeSolution/FakeGoogle/FakeGoogle.csproj new file mode 100644 index 0000000..4106cb0 --- /dev/null +++ b/PacticeSolution/FakeGoogle/FakeGoogle.csproj @@ -0,0 +1,10 @@ + + + + WinExe + net6.0-windows + enable + true + + + diff --git a/PacticeSolution/FakeGoogle/MainWindow.xaml b/PacticeSolution/FakeGoogle/MainWindow.xaml new file mode 100644 index 0000000..0e2046c --- /dev/null +++ b/PacticeSolution/FakeGoogle/MainWindow.xaml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + +