diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index e8defda96eae9034f30a08bedb3904a555abae26..01dedaccce9dea4ff22887115c064014d4d8c4d8 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git "a/.vs/\345\233\242\351\230\237\351\241\271\347\233\256/v16/.suo" "b/.vs/\345\233\242\351\230\237\351\241\271\347\233\256/v16/.suo"
new file mode 100644
index 0000000000000000000000000000000000000000..d27d96669c4c5b17e73c2fa7c879bff24b94cc51
Binary files /dev/null and "b/.vs/\345\233\242\351\230\237\351\241\271\347\233\256/v16/.suo" differ
diff --git a/FourOperations/App.config b/FourOperations/App.config
new file mode 100644
index 0000000000000000000000000000000000000000..56efbc7b5f15b5166cc89dae0406895b57de0b67
--- /dev/null
+++ b/FourOperations/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FourOperations/App.xaml b/FourOperations/App.xaml
new file mode 100644
index 0000000000000000000000000000000000000000..85cf7270f54bcfd90c1f92a010bdcf8f82f0ecf1
--- /dev/null
+++ b/FourOperations/App.xaml
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
diff --git a/FourOperations/App.xaml.cs b/FourOperations/App.xaml.cs
new file mode 100644
index 0000000000000000000000000000000000000000..4b69a36c4853ef7a1d4494cece9f10756c468b5c
--- /dev/null
+++ b/FourOperations/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 FourOperations
+{
+ ///
+ /// App.xaml 的交互逻辑
+ ///
+ public partial class App : Application
+ {
+ }
+}
diff --git a/FourOperations/FourOperations.csproj b/FourOperations/FourOperations.csproj
new file mode 100644
index 0000000000000000000000000000000000000000..ba7528360e60617732d09fcb6b14ac71f3210ac1
--- /dev/null
+++ b/FourOperations/FourOperations.csproj
@@ -0,0 +1,105 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {049528D5-0629-4053-BAC7-9DFD797F74AE}
+ WinExe
+ FourOperations
+ FourOperations
+ v4.7.2
+ 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
+
+
+ Designer
+ MSBuild:Compile
+
+
+ MSBuild:Compile
+ Designer
+
+
+ App.xaml
+ Code
+
+
+ FunctionalInterface.xaml
+
+
+ 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/FourOperations/FunctionalInterface.xaml b/FourOperations/FunctionalInterface.xaml
new file mode 100644
index 0000000000000000000000000000000000000000..0d84165ae5d103c8b9b0afe87105fecd28ed2faa
--- /dev/null
+++ b/FourOperations/FunctionalInterface.xaml
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FourOperations/FunctionalInterface.xaml.cs b/FourOperations/FunctionalInterface.xaml.cs
new file mode 100644
index 0000000000000000000000000000000000000000..75fa80767a568921356e9ff7a2eeec356027c88c
--- /dev/null
+++ b/FourOperations/FunctionalInterface.xaml.cs
@@ -0,0 +1,39 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Shapes;
+
+namespace FourOperations
+{
+ ///
+ /// FunctionalInterface.xaml 的交互逻辑
+ ///
+ public partial class FunctionalInterface : Window
+ {
+ public FunctionalInterface()
+ {
+ InitializeComponent();
+ }
+
+ private void nn_Selected(object sender, RoutedEventArgs e)
+ {
+
+ }
+ private void RadioButton_Checked(object sender, RoutedEventArgs e)
+ {
+ }
+ private void ComboBox_SelectionChanged(object sender, RoutedEventArgs e)
+ {
+ }
+
+ }
+}
diff --git a/FourOperations/MainWindow.xaml b/FourOperations/MainWindow.xaml
new file mode 100644
index 0000000000000000000000000000000000000000..b0b00bf32341495c0e17bc9f21924c6d4458f18e
--- /dev/null
+++ b/FourOperations/MainWindow.xaml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/FourOperations/MainWindow.xaml.cs b/FourOperations/MainWindow.xaml.cs
new file mode 100644
index 0000000000000000000000000000000000000000..08403b3ccbe811623e1be111bf5e913e86a408fa
--- /dev/null
+++ b/FourOperations/MainWindow.xaml.cs
@@ -0,0 +1,40 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace FourOperations
+{
+ ///
+ /// MainWindow.xaml 的交互逻辑
+ ///
+ public partial class MainWindow : Window
+ {
+ public MainWindow()
+ {
+ InitializeComponent();
+ }
+
+ private void btn_btn_Cancel_Click(object sender, RoutedEventArgs e)
+ {
+
+ }
+
+ private void btn_Login_Click(object sender, RoutedEventArgs e)
+ {
+ FunctionalInterface functionalInterface = new FunctionalInterface();
+ functionalInterface.Show();
+ this.Show();
+ }
+ }
+}
diff --git a/FourOperations/Properties/AssemblyInfo.cs b/FourOperations/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000000000000000000000000000000000000..39718f9f42433c7b9758e3b7479ca2c38f5b948a
--- /dev/null
+++ b/FourOperations/Properties/AssemblyInfo.cs
@@ -0,0 +1,55 @@
+using System.Reflection;
+using System.Resources;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+using System.Windows;
+
+// 有关程序集的一般信息由以下
+// 控制。更改这些特性值可修改
+// 与程序集关联的信息。
+[assembly: AssemblyTitle("FourOperations")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("FourOperations")]
+[assembly: AssemblyCopyright("Copyright © 2020")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// 将 ComVisible 设置为 false 会使此程序集中的类型
+//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
+//请将此类型的 ComVisible 特性设置为 true。
+[assembly: ComVisible(false)]
+
+//若要开始生成可本地化的应用程序,请设置
+//.csproj 文件中的 CultureYouAreCodingWith
+//例如,如果您在源文件中使用的是美国英语,
+//使用的是美国英语,请将 设置为 en-US。 然后取消
+//对以下 NeutralResourceLanguage 特性的注释。 更新
+//以下行中的“en-US”以匹配项目文件中的 UICulture 设置。
+
+//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
+
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //主题特定资源词典所处位置
+ //(未在页面中找到资源时使用,
+ //或应用程序资源字典中找到时使用)
+ ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置
+ //(未在页面中找到资源时使用,
+ //、应用程序或任何主题专用资源字典中找到时使用)
+)]
+
+
+// 程序集的版本信息由下列四个值组成:
+//
+// 主版本
+// 次版本
+// 生成号
+// 修订号
+//
+//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
+//通过使用 "*",如下所示:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/FourOperations/Properties/Resources.Designer.cs b/FourOperations/Properties/Resources.Designer.cs
new file mode 100644
index 0000000000000000000000000000000000000000..0dfc49f1113a96f7b7c10d01d9ef62d08ccf1a45
--- /dev/null
+++ b/FourOperations/Properties/Resources.Designer.cs
@@ -0,0 +1,71 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本: 4.0.30319.42000
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+//
+//------------------------------------------------------------------------------
+
+namespace FourOperations.Properties
+{
+
+
+ ///
+ /// 强类型资源类,用于查找本地化字符串等。
+ ///
+ // 此类是由 StronglyTypedResourceBuilder
+ // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
+ // 若要添加或删除成员,请编辑 .ResX 文件,然后重新运行 ResGen
+ // (以 /str 作为命令选项),或重新生成 VS 项目。
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ internal class Resources
+ {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Resources()
+ {
+ }
+
+ ///
+ /// 返回此类使用的缓存 ResourceManager 实例。
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager
+ {
+ get
+ {
+ if ((resourceMan == null))
+ {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FourOperations.Properties.Resources", typeof(Resources).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ ///
+ /// 覆盖当前线程的 CurrentUICulture 属性
+ /// 使用此强类型的资源类的资源查找。
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture
+ {
+ get
+ {
+ return resourceCulture;
+ }
+ set
+ {
+ resourceCulture = value;
+ }
+ }
+ }
+}
diff --git a/FourOperations/Properties/Resources.resx b/FourOperations/Properties/Resources.resx
new file mode 100644
index 0000000000000000000000000000000000000000..af7dbebbacef595e3089c01c05671016c21a8304
--- /dev/null
+++ b/FourOperations/Properties/Resources.resx
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/FourOperations/Properties/Settings.Designer.cs b/FourOperations/Properties/Settings.Designer.cs
new file mode 100644
index 0000000000000000000000000000000000000000..dd5738dee5baa30819536fb8d10a32d0929ff0ca
--- /dev/null
+++ b/FourOperations/Properties/Settings.Designer.cs
@@ -0,0 +1,30 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace FourOperations.Properties
+{
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
+ {
+
+ private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+
+ public static Settings Default
+ {
+ get
+ {
+ return defaultInstance;
+ }
+ }
+ }
+}
diff --git a/FourOperations/Properties/Settings.settings b/FourOperations/Properties/Settings.settings
new file mode 100644
index 0000000000000000000000000000000000000000..033d7a5e9e2266753180f4e3a9299f575046701e
--- /dev/null
+++ b/FourOperations/Properties/Settings.settings
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FourOperations/bin/Debug/FourOperations.exe b/FourOperations/bin/Debug/FourOperations.exe
new file mode 100644
index 0000000000000000000000000000000000000000..cde4664c741ab010addab8ab3e5ebcdbab4736a7
Binary files /dev/null and b/FourOperations/bin/Debug/FourOperations.exe differ
diff --git a/FourOperations/bin/Debug/FourOperations.exe.config b/FourOperations/bin/Debug/FourOperations.exe.config
new file mode 100644
index 0000000000000000000000000000000000000000..56efbc7b5f15b5166cc89dae0406895b57de0b67
--- /dev/null
+++ b/FourOperations/bin/Debug/FourOperations.exe.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/FourOperations/bin/Debug/FourOperations.pdb b/FourOperations/bin/Debug/FourOperations.pdb
new file mode 100644
index 0000000000000000000000000000000000000000..62f88accf20440862e132ba81bee44b0dd7e3931
Binary files /dev/null and b/FourOperations/bin/Debug/FourOperations.pdb differ
diff --git a/FourOperations/obj/Debug/App.baml b/FourOperations/obj/Debug/App.baml
new file mode 100644
index 0000000000000000000000000000000000000000..3caf995d0c30010be20243f1fd702d652056bfc3
Binary files /dev/null and b/FourOperations/obj/Debug/App.baml differ
diff --git a/FourOperations/obj/Debug/App.g.cs b/FourOperations/obj/Debug/App.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..c407f7035c406499353eaeadb7aa37d1b18ea8de
--- /dev/null
+++ b/FourOperations/obj/Debug/App.g.cs
@@ -0,0 +1,83 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0AA07942698A1763D6FE82CD547A1A8801D0EC72C8EC0795B3DAEECAED6FE35C"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+
+ #line 5 "..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/app.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\App.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public static void Main() {
+ FourOperations.App app = new FourOperations.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Debug/App.g.i.cs b/FourOperations/obj/Debug/App.g.i.cs
new file mode 100644
index 0000000000000000000000000000000000000000..c407f7035c406499353eaeadb7aa37d1b18ea8de
--- /dev/null
+++ b/FourOperations/obj/Debug/App.g.i.cs
@@ -0,0 +1,83 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0AA07942698A1763D6FE82CD547A1A8801D0EC72C8EC0795B3DAEECAED6FE35C"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+
+ #line 5 "..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/app.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\App.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public static void Main() {
+ FourOperations.App app = new FourOperations.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/FourOperations/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000000000000000000000000000000000000..0e349834d59f65d6c880e81f5474273c8d3aab82
Binary files /dev/null and b/FourOperations/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/FourOperations/obj/Debug/FourOperations.Properties.Resources.resources b/FourOperations/obj/Debug/FourOperations.Properties.Resources.resources
new file mode 100644
index 0000000000000000000000000000000000000000..6c05a9776bd7cbae976fdcec7e3a254e93018279
Binary files /dev/null and b/FourOperations/obj/Debug/FourOperations.Properties.Resources.resources differ
diff --git a/FourOperations/obj/Debug/FourOperations.csproj.CoreCompileInputs.cache b/FourOperations/obj/Debug/FourOperations.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000000000000000000000000000000000000..92d9d492fd18ecfc5f6649c68e079b548ee598cf
--- /dev/null
+++ b/FourOperations/obj/Debug/FourOperations.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+9694f45578cb1778ee21939c2f4a8dee64c5b610
diff --git a/FourOperations/obj/Debug/FourOperations.csproj.FileListAbsolute.txt b/FourOperations/obj/Debug/FourOperations.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3edb755b27786a7fb91fb586071b7330bce4a0d0
--- /dev/null
+++ b/FourOperations/obj/Debug/FourOperations.csproj.FileListAbsolute.txt
@@ -0,0 +1,17 @@
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\MainWindow.g.cs
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\App.g.cs
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations_MarkupCompile.cache
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations_MarkupCompile.lref
+C:\Users\hp\Desktop\团队项目\FourOperations\bin\Debug\FourOperations.exe.config
+C:\Users\hp\Desktop\团队项目\FourOperations\bin\Debug\FourOperations.exe
+C:\Users\hp\Desktop\团队项目\FourOperations\bin\Debug\FourOperations.pdb
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\App.baml
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\MainWindow.baml
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations.g.resources
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations.Properties.Resources.resources
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations.csproj.GenerateResource.cache
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations.csproj.CoreCompileInputs.cache
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations.exe
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FourOperations.pdb
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FunctionalInterface.g.cs
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\FunctionalInterface.baml
diff --git a/FourOperations/obj/Debug/FourOperations.csproj.GenerateResource.cache b/FourOperations/obj/Debug/FourOperations.csproj.GenerateResource.cache
new file mode 100644
index 0000000000000000000000000000000000000000..7efb24b3abfa1219a4cb67d534cd7df8a88cda84
Binary files /dev/null and b/FourOperations/obj/Debug/FourOperations.csproj.GenerateResource.cache differ
diff --git a/FourOperations/obj/Debug/FourOperations.exe b/FourOperations/obj/Debug/FourOperations.exe
new file mode 100644
index 0000000000000000000000000000000000000000..cde4664c741ab010addab8ab3e5ebcdbab4736a7
Binary files /dev/null and b/FourOperations/obj/Debug/FourOperations.exe differ
diff --git a/FourOperations/obj/Debug/FourOperations.g.resources b/FourOperations/obj/Debug/FourOperations.g.resources
new file mode 100644
index 0000000000000000000000000000000000000000..9d5587c76a49d06848d1b472e4df4728d3aa8f25
Binary files /dev/null and b/FourOperations/obj/Debug/FourOperations.g.resources differ
diff --git a/FourOperations/obj/Debug/FourOperations.pdb b/FourOperations/obj/Debug/FourOperations.pdb
new file mode 100644
index 0000000000000000000000000000000000000000..62f88accf20440862e132ba81bee44b0dd7e3931
Binary files /dev/null and b/FourOperations/obj/Debug/FourOperations.pdb differ
diff --git a/FourOperations/obj/Debug/FourOperations_MarkupCompile.cache b/FourOperations/obj/Debug/FourOperations_MarkupCompile.cache
new file mode 100644
index 0000000000000000000000000000000000000000..b69a10d02e3d8415ad396527fe3174e51da57784
--- /dev/null
+++ b/FourOperations/obj/Debug/FourOperations_MarkupCompile.cache
@@ -0,0 +1,20 @@
+FourOperations
+
+
+winexe
+C#
+.cs
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\
+FourOperations
+none
+false
+DEBUG;TRACE
+C:\Users\hp\Desktop\团队项目\FourOperations\App.xaml
+2993107585
+
+61106347836
+13-1505183044
+FunctionalInterface.xaml;MainWindow.xaml;
+
+False
+
diff --git a/FourOperations/obj/Debug/FourOperations_MarkupCompile.i.cache b/FourOperations/obj/Debug/FourOperations_MarkupCompile.i.cache
new file mode 100644
index 0000000000000000000000000000000000000000..5b7f5e7eb266542e3de96e5b495836b16a5728d6
--- /dev/null
+++ b/FourOperations/obj/Debug/FourOperations_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+FourOperations
+
+
+winexe
+C#
+.cs
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Debug\
+FourOperations
+none
+false
+DEBUG;TRACE
+C:\Users\hp\Desktop\团队项目\FourOperations\App.xaml
+2993107585
+
+7646879200
+13-1505183044
+FunctionalInterface.xaml;MainWindow.xaml;
+
+True
+
diff --git a/FourOperations/obj/Debug/FourOperations_MarkupCompile.i.lref b/FourOperations/obj/Debug/FourOperations_MarkupCompile.i.lref
new file mode 100644
index 0000000000000000000000000000000000000000..48c9f5a090271c7571a6746d2cf6cd91fd011d85
--- /dev/null
+++ b/FourOperations/obj/Debug/FourOperations_MarkupCompile.i.lref
@@ -0,0 +1,5 @@
+
+FC:\Users\hp\Desktop\团队项目\FourOperations\App.xaml;;
+FC:\Users\hp\Desktop\团队项目\FourOperations\FunctionalInterface.xaml;;
+FC:\Users\hp\Desktop\团队项目\FourOperations\MainWindow.xaml;;
+
diff --git a/FourOperations/obj/Debug/FourOperations_MarkupCompile.lref b/FourOperations/obj/Debug/FourOperations_MarkupCompile.lref
new file mode 100644
index 0000000000000000000000000000000000000000..48c9f5a090271c7571a6746d2cf6cd91fd011d85
--- /dev/null
+++ b/FourOperations/obj/Debug/FourOperations_MarkupCompile.lref
@@ -0,0 +1,5 @@
+
+FC:\Users\hp\Desktop\团队项目\FourOperations\App.xaml;;
+FC:\Users\hp\Desktop\团队项目\FourOperations\FunctionalInterface.xaml;;
+FC:\Users\hp\Desktop\团队项目\FourOperations\MainWindow.xaml;;
+
diff --git a/FourOperations/obj/Debug/FunctionalInterface.baml b/FourOperations/obj/Debug/FunctionalInterface.baml
new file mode 100644
index 0000000000000000000000000000000000000000..cf47c94de213b2d0b3208adeef91aac30ac85d6d
Binary files /dev/null and b/FourOperations/obj/Debug/FunctionalInterface.baml differ
diff --git a/FourOperations/obj/Debug/FunctionalInterface.g.cs b/FourOperations/obj/Debug/FunctionalInterface.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..32b6a62fd34aa37810168bc52d09f1b890e490d8
--- /dev/null
+++ b/FourOperations/obj/Debug/FunctionalInterface.g.cs
@@ -0,0 +1,111 @@
+#pragma checksum "..\..\FunctionalInterface.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FA79CDFFC2D6CF4F692DD81A25EEB68E9DDB0E20D54CD43A7CCE4A76B46F944D"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// FunctionalInterface
+ ///
+ public partial class FunctionalInterface : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 113 "..\..\FunctionalInterface.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ComboBoxItem nn;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/functionalinterface.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\FunctionalInterface.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 108 "..\..\FunctionalInterface.xaml"
+ ((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+
+ #line 111 "..\..\FunctionalInterface.xaml"
+ ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.nn = ((System.Windows.Controls.ComboBoxItem)(target));
+
+ #line 113 "..\..\FunctionalInterface.xaml"
+ this.nn.Selected += new System.Windows.RoutedEventHandler(this.nn_Selected);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Debug/FunctionalInterface.g.i.cs b/FourOperations/obj/Debug/FunctionalInterface.g.i.cs
new file mode 100644
index 0000000000000000000000000000000000000000..32b6a62fd34aa37810168bc52d09f1b890e490d8
--- /dev/null
+++ b/FourOperations/obj/Debug/FunctionalInterface.g.i.cs
@@ -0,0 +1,111 @@
+#pragma checksum "..\..\FunctionalInterface.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FA79CDFFC2D6CF4F692DD81A25EEB68E9DDB0E20D54CD43A7CCE4A76B46F944D"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// FunctionalInterface
+ ///
+ public partial class FunctionalInterface : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 113 "..\..\FunctionalInterface.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ComboBoxItem nn;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/functionalinterface.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\FunctionalInterface.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 108 "..\..\FunctionalInterface.xaml"
+ ((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+
+ #line 111 "..\..\FunctionalInterface.xaml"
+ ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.nn = ((System.Windows.Controls.ComboBoxItem)(target));
+
+ #line 113 "..\..\FunctionalInterface.xaml"
+ this.nn.Selected += new System.Windows.RoutedEventHandler(this.nn_Selected);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Debug/MainWindow.baml b/FourOperations/obj/Debug/MainWindow.baml
new file mode 100644
index 0000000000000000000000000000000000000000..1f8ae87f26210fdbd364c0f87ffd4d667bcad843
Binary files /dev/null and b/FourOperations/obj/Debug/MainWindow.baml differ
diff --git a/FourOperations/obj/Debug/MainWindow.g.cs b/FourOperations/obj/Debug/MainWindow.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..d81976f9e1967e6c93b811e815b81602c4904a2a
--- /dev/null
+++ b/FourOperations/obj/Debug/MainWindow.g.cs
@@ -0,0 +1,123 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F7CA670C639FCA3D4B8A0A15EFD6F8CC29229301283805042C7EF51E7E992B89"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 30 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.DockPanel dp;
+
+ #line default
+ #line hidden
+
+
+ #line 56 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btn_Login;
+
+ #line default
+ #line hidden
+
+
+ #line 71 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btn_Cancel;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.dp = ((System.Windows.Controls.DockPanel)(target));
+ return;
+ case 2:
+ this.btn_Login = ((System.Windows.Controls.Button)(target));
+
+ #line 67 "..\..\MainWindow.xaml"
+ this.btn_Login.Click += new System.Windows.RoutedEventHandler(this.btn_Login_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.btn_Cancel = ((System.Windows.Controls.Button)(target));
+
+ #line 83 "..\..\MainWindow.xaml"
+ this.btn_Cancel.Click += new System.Windows.RoutedEventHandler(this.btn_btn_Cancel_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Debug/MainWindow.g.i.cs b/FourOperations/obj/Debug/MainWindow.g.i.cs
new file mode 100644
index 0000000000000000000000000000000000000000..d81976f9e1967e6c93b811e815b81602c4904a2a
--- /dev/null
+++ b/FourOperations/obj/Debug/MainWindow.g.i.cs
@@ -0,0 +1,123 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F7CA670C639FCA3D4B8A0A15EFD6F8CC29229301283805042C7EF51E7E992B89"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 30 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.DockPanel dp;
+
+ #line default
+ #line hidden
+
+
+ #line 56 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btn_Login;
+
+ #line default
+ #line hidden
+
+
+ #line 71 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btn_Cancel;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.dp = ((System.Windows.Controls.DockPanel)(target));
+ return;
+ case 2:
+ this.btn_Login = ((System.Windows.Controls.Button)(target));
+
+ #line 67 "..\..\MainWindow.xaml"
+ this.btn_Login.Click += new System.Windows.RoutedEventHandler(this.btn_Login_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.btn_Cancel = ((System.Windows.Controls.Button)(target));
+
+ #line 83 "..\..\MainWindow.xaml"
+ this.btn_Cancel.Click += new System.Windows.RoutedEventHandler(this.btn_btn_Cancel_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Release/App.g.cs b/FourOperations/obj/Release/App.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..c407f7035c406499353eaeadb7aa37d1b18ea8de
--- /dev/null
+++ b/FourOperations/obj/Release/App.g.cs
@@ -0,0 +1,83 @@
+#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0AA07942698A1763D6FE82CD547A1A8801D0EC72C8EC0795B3DAEECAED6FE35C"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+
+ #line 5 "..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/app.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\App.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public static void Main() {
+ FourOperations.App app = new FourOperations.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Release/FourOperations_MarkupCompile.cache b/FourOperations/obj/Release/FourOperations_MarkupCompile.cache
new file mode 100644
index 0000000000000000000000000000000000000000..17cf7f91c42d43463764e0d74f0911b7b236e051
--- /dev/null
+++ b/FourOperations/obj/Release/FourOperations_MarkupCompile.cache
@@ -0,0 +1,20 @@
+FourOperations
+
+
+winexe
+C#
+.cs
+C:\Users\hp\Desktop\团队项目\FourOperations\obj\Release\
+FourOperations
+none
+false
+TRACE
+C:\Users\hp\Desktop\团队项目\FourOperations\App.xaml
+2993107585
+
+61106347836
+13-1505183044
+FunctionalInterface.xaml;MainWindow.xaml;
+
+True
+
diff --git a/FourOperations/obj/Release/FourOperations_MarkupCompile.lref b/FourOperations/obj/Release/FourOperations_MarkupCompile.lref
new file mode 100644
index 0000000000000000000000000000000000000000..9ebd6de3f5de93b9f932f4b12e1fc9a65bec0a35
--- /dev/null
+++ b/FourOperations/obj/Release/FourOperations_MarkupCompile.lref
@@ -0,0 +1,5 @@
+
+FC:\Users\hp\Desktop\团队项目\FourOperations\App.xaml;;
+FC:\Users\hp\Desktop\团队项目\FourOperations\MainWindow.xaml;;
+FC:\Users\hp\Desktop\团队项目\FourOperations\FunctionalInterface.xaml;;
+
diff --git a/FourOperations/obj/Release/FunctionalInterface.g.cs b/FourOperations/obj/Release/FunctionalInterface.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..32b6a62fd34aa37810168bc52d09f1b890e490d8
--- /dev/null
+++ b/FourOperations/obj/Release/FunctionalInterface.g.cs
@@ -0,0 +1,111 @@
+#pragma checksum "..\..\FunctionalInterface.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FA79CDFFC2D6CF4F692DD81A25EEB68E9DDB0E20D54CD43A7CCE4A76B46F944D"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// FunctionalInterface
+ ///
+ public partial class FunctionalInterface : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 113 "..\..\FunctionalInterface.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ComboBoxItem nn;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/functionalinterface.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\FunctionalInterface.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 108 "..\..\FunctionalInterface.xaml"
+ ((System.Windows.Controls.RadioButton)(target)).Checked += new System.Windows.RoutedEventHandler(this.RadioButton_Checked);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+
+ #line 111 "..\..\FunctionalInterface.xaml"
+ ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.nn = ((System.Windows.Controls.ComboBoxItem)(target));
+
+ #line 113 "..\..\FunctionalInterface.xaml"
+ this.nn.Selected += new System.Windows.RoutedEventHandler(this.nn_Selected);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/FourOperations/obj/Release/MainWindow.g.cs b/FourOperations/obj/Release/MainWindow.g.cs
new file mode 100644
index 0000000000000000000000000000000000000000..d81976f9e1967e6c93b811e815b81602c4904a2a
--- /dev/null
+++ b/FourOperations/obj/Release/MainWindow.g.cs
@@ -0,0 +1,123 @@
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F7CA670C639FCA3D4B8A0A15EFD6F8CC29229301283805042C7EF51E7E992B89"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using FourOperations;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace FourOperations {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 30 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.DockPanel dp;
+
+ #line default
+ #line hidden
+
+
+ #line 56 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btn_Login;
+
+ #line default
+ #line hidden
+
+
+ #line 71 "..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button btn_Cancel;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/FourOperations;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.dp = ((System.Windows.Controls.DockPanel)(target));
+ return;
+ case 2:
+ this.btn_Login = ((System.Windows.Controls.Button)(target));
+
+ #line 67 "..\..\MainWindow.xaml"
+ this.btn_Login.Click += new System.Windows.RoutedEventHandler(this.btn_Login_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.btn_Cancel = ((System.Windows.Controls.Button)(target));
+
+ #line 83 "..\..\MainWindow.xaml"
+ this.btn_Cancel.Click += new System.Windows.RoutedEventHandler(this.btn_btn_Cancel_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/Images/timg2.jpg b/Images/timg2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2bd3b903b6a91fba4d63348f64e5a5e0603b55ff
Binary files /dev/null and b/Images/timg2.jpg differ
diff --git a/Pairingproject2.3.sln b/Pairingproject2.3.sln
index ff5bd499a0b0877a44c058312c73dc6ffc8fe22e..6eabd5bd0a101f855271275a7ef37818a5e3f108 100644
--- a/Pairingproject2.3.sln
+++ b/Pairingproject2.3.sln
@@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pairingproject2.3", "Pairingproject2.3\Pairingproject2.3.csproj", "{FD388512-3555-4B90-B36A-5D686E473089}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pairingproject2.3", "Pairingproject2.3\Pairingproject2.3.csproj", "{FD388512-3555-4B90-B36A-5D686E473089}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FourOperations", "FourOperations\FourOperations.csproj", "{049528D5-0629-4053-BAC7-9DFD797F74AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,6 +17,10 @@ Global
{FD388512-3555-4B90-B36A-5D686E473089}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD388512-3555-4B90-B36A-5D686E473089}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD388512-3555-4B90-B36A-5D686E473089}.Release|Any CPU.Build.0 = Release|Any CPU
+ {049528D5-0629-4053-BAC7-9DFD797F74AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {049528D5-0629-4053-BAC7-9DFD797F74AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {049528D5-0629-4053-BAC7-9DFD797F74AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {049528D5-0629-4053-BAC7-9DFD797F74AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.dll b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.dll
index 23fa0ddf8a4c026248aa79fcc484b07a96b4172c..8404048f0c8926504a0f8dd2a8fad1138ce1f426 100644
Binary files a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.dll and b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.dll differ
diff --git a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.exe b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.exe
index e7be8b9db0b0fadb8c13dfe91681db644118d05d..d7b4090176fdfd93d98fab2bda0cac208bdb4143 100644
Binary files a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.exe and b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.exe differ
diff --git a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.pdb b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.pdb
index 8bd4f6819e999e47f717339666c819985b042ccb..0789e126b876325d24e5960f9828681ac764de22 100644
Binary files a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.pdb and b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.pdb differ
diff --git a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.runtimeconfig.dev.json b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.runtimeconfig.dev.json
index cc6de40e17d5d2087ba5b7ac5963c2d23b769470..8bcd606e405a3b516820d6618f8e33edb0a3c827 100644
--- a/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.runtimeconfig.dev.json
+++ b/Pairingproject2.3/bin/Debug/netcoreapp3.1/Pairingproject2.3.runtimeconfig.dev.json
@@ -1,8 +1,9 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
- "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\Administrator\\.nuget\\packages"
+ "C:\\Users\\hp\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\hp\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
]
}
}
\ No newline at end of file
diff --git a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.assets.cache b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.assets.cache
index 5ba1c605619b5ab19d0845a1422ab41c46dc30a1..0fac2f7dfc5565254ca22b81f8a7e76acf245b8e 100644
Binary files a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.assets.cache and b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.assets.cache differ
diff --git a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csproj.CoreCompileInputs.cache b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000000000000000000000000000000000000..b8c51c750de2382007faec65bed345f7cf8409da
--- /dev/null
+++ b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+59cef1fda7a99c8a383e9d4b48ba092cad5b9309
diff --git a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csproj.FileListAbsolute.txt b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csproj.FileListAbsolute.txt
index 19ee60e7ed39e3dc5f12a55bda04cd41e9b007ba..079179c6897118559af5a2c2bdfa472688db4e84 100644
--- a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csproj.FileListAbsolute.txt
+++ b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csproj.FileListAbsolute.txt
@@ -32,3 +32,15 @@ D:\大二专业课文件夹\结对项目2.4\结对项目2.5\Pairingproject2.3\Pa
D:\大二专业课文件夹\结对项目2.4\结对项目2.5\Pairingproject2.3\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.dll
D:\大二专业课文件夹\结对项目2.4\结对项目2.5\Pairingproject2.3\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.pdb
D:\大二专业课文件夹\结对项目2.4\结对项目2.5\Pairingproject2.3\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.genruntimeconfig.cache
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\bin\Debug\netcoreapp3.1\Pairingproject2.3.exe
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\bin\Debug\netcoreapp3.1\Pairingproject2.3.deps.json
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\bin\Debug\netcoreapp3.1\Pairingproject2.3.runtimeconfig.json
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\bin\Debug\netcoreapp3.1\Pairingproject2.3.runtimeconfig.dev.json
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\bin\Debug\netcoreapp3.1\Pairingproject2.3.dll
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\bin\Debug\netcoreapp3.1\Pairingproject2.3.pdb
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.csproj.CoreCompileInputs.cache
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.AssemblyInfoInputs.cache
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.AssemblyInfo.cs
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.dll
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.pdb
+C:\Users\hp\Desktop\团队项目\Pairingproject2.3\obj\Debug\netcoreapp3.1\Pairingproject2.3.genruntimeconfig.cache
diff --git a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csprojAssemblyReference.cache b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csprojAssemblyReference.cache
deleted file mode 100644
index 74fe67b1ca671095970d4a7fbcae2417231e8f41..0000000000000000000000000000000000000000
Binary files a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.csprojAssemblyReference.cache and /dev/null differ
diff --git a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.dll b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.dll
index 23fa0ddf8a4c026248aa79fcc484b07a96b4172c..8404048f0c8926504a0f8dd2a8fad1138ce1f426 100644
Binary files a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.dll and b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.dll differ
diff --git a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.exe b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.exe
index e7be8b9db0b0fadb8c13dfe91681db644118d05d..d7b4090176fdfd93d98fab2bda0cac208bdb4143 100644
Binary files a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.exe and b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.exe differ
diff --git a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.pdb b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.pdb
index 8bd4f6819e999e47f717339666c819985b042ccb..0789e126b876325d24e5960f9828681ac764de22 100644
Binary files a/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.pdb and b/Pairingproject2.3/obj/Debug/netcoreapp3.1/Pairingproject2.3.pdb differ
diff --git a/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.dgspec.json b/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.dgspec.json
index 5ec0a2ff4755e7949495e39f8bc994b3359d3017..f51280d55bb773bb1306e1e4a2c5e15b941dd188 100644
--- a/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.dgspec.json
+++ b/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.dgspec.json
@@ -1,23 +1,23 @@
{
"format": 1,
"restore": {
- "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\Pairingproject2.3.csproj": {}
+ "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\Pairingproject2.3.csproj": {}
},
"projects": {
- "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\Pairingproject2.3.csproj": {
+ "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\Pairingproject2.3.csproj": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\Pairingproject2.3.csproj",
+ "projectUniqueName": "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\Pairingproject2.3.csproj",
"projectName": "Pairingproject2.3",
- "projectPath": "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\Pairingproject2.3.csproj",
- "packagesPath": "C:\\Users\\ASUS\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\obj\\",
+ "projectPath": "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\Pairingproject2.3.csproj",
+ "packagesPath": "C:\\Users\\hp\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
- "C:\\Users\\ASUS\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Users\\hp\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
@@ -26,8 +26,7 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Users\\ASUS\\Documents\\Visual Studio 2019": {},
- "https://www.nuget.org/api/v2/": {}
+ "https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
@@ -57,7 +56,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.202\\RuntimeIdentifierGraph.json"
}
}
}
diff --git a/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.g.props b/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.g.props
index 5c8468b62f0ce5cfedbe0222e676c5c15598e607..c5aebbf3347620a1b98cf654065948291c4b1102 100644
--- a/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.g.props
+++ b/Pairingproject2.3/obj/Pairingproject2.3.csproj.nuget.g.props
@@ -5,7 +5,7 @@
NuGet
$(MSBuildThisFileDirectory)project.assets.json
$(UserProfile)\.nuget\packages\
- C:\Users\ASUS\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\
+ C:\Users\hp\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\
PackageReference
5.5.0
diff --git a/Pairingproject2.3/obj/Release/netcoreapp3.1/Pairingproject2.3.assets.cache b/Pairingproject2.3/obj/Release/netcoreapp3.1/Pairingproject2.3.assets.cache
index b0f5722bdcb77b77405c091820f33c42981a1229..7db6d1c50716d9c05deb77361c3d0bbe448fa0ca 100644
Binary files a/Pairingproject2.3/obj/Release/netcoreapp3.1/Pairingproject2.3.assets.cache and b/Pairingproject2.3/obj/Release/netcoreapp3.1/Pairingproject2.3.assets.cache differ
diff --git a/Pairingproject2.3/obj/project.assets.json b/Pairingproject2.3/obj/project.assets.json
index ea591505f7546e69ce3e2194984b446a6d77b6a5..8b25142f34fdbfb23160a4d6f6d3163881828f67 100644
--- a/Pairingproject2.3/obj/project.assets.json
+++ b/Pairingproject2.3/obj/project.assets.json
@@ -8,23 +8,23 @@
".NETCoreApp,Version=v3.1": []
},
"packageFolders": {
- "C:\\Users\\ASUS\\.nuget\\packages\\": {},
+ "C:\\Users\\hp\\.nuget\\packages\\": {},
"C:\\Microsoft\\Xamarin\\NuGet\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\Pairingproject2.3.csproj",
+ "projectUniqueName": "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\Pairingproject2.3.csproj",
"projectName": "Pairingproject2.3",
- "projectPath": "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\Pairingproject2.3.csproj",
- "packagesPath": "C:\\Users\\ASUS\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\obj\\",
+ "projectPath": "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\Pairingproject2.3.csproj",
+ "packagesPath": "C:\\Users\\hp\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Microsoft\\Xamarin\\NuGet\\"
],
"configFilePaths": [
- "C:\\Users\\ASUS\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Users\\hp\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
],
@@ -33,8 +33,7 @@
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Users\\ASUS\\Documents\\Visual Studio 2019": {},
- "https://www.nuget.org/api/v2/": {}
+ "https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp3.1": {
@@ -64,7 +63,7 @@
"privateAssets": "all"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.202\\RuntimeIdentifierGraph.json"
}
}
}
diff --git a/Pairingproject2.3/obj/project.nuget.cache b/Pairingproject2.3/obj/project.nuget.cache
index 87d796ef22b2b6fa8c418c5987b5106914d40296..98fd596fbc5f904cdc6c4b82375fc338c4b9415c 100644
--- a/Pairingproject2.3/obj/project.nuget.cache
+++ b/Pairingproject2.3/obj/project.nuget.cache
@@ -1,8 +1,8 @@
{
"version": 2,
- "dgSpecHash": "UFOAOaa97/GtSDxDSEGuGX3dFLEiXVf+4WcA09lGb4NACqMz7EmeTl3/zK5EHHlip9AK6Lh3Wo7fkMKXcD33lg==",
+ "dgSpecHash": "fQqwmRPkoG60nMjq2frO5P0z0dXTYxgXi+tOwjoDm8ToHVRn4PTbgkYpdtZSfDE7vq59vphFa9cxyqT2Y8TbHg==",
"success": true,
- "projectFilePath": "C:\\Users\\ASUS\\Desktop\\新建文件夹\\Pairingproject2.3\\Pairingproject2.3.csproj",
+ "projectFilePath": "C:\\Users\\hp\\Desktop\\团队项目\\Pairingproject2.3\\Pairingproject2.3.csproj",
"expectedPackageFiles": [],
"logs": []
}
\ No newline at end of file