diff --git a/NetTunnelApp/App.config b/NetTunnelApp/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/NetTunnelApp/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/NetTunnelApp/App.xaml b/NetTunnelApp/App.xaml deleted file mode 100644 index 2018b11..0000000 --- a/NetTunnelApp/App.xaml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - diff --git a/NetTunnelApp/App.xaml.cs b/NetTunnelApp/App.xaml.cs deleted file mode 100644 index f042c44..0000000 --- a/NetTunnelApp/App.xaml.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace NetTunnelApp -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} diff --git a/NetTunnelApp/AssemblyInfo.cs b/NetTunnelApp/AssemblyInfo.cs deleted file mode 100644 index 8b5504e..0000000 --- a/NetTunnelApp/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -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/NetTunnelApp/Form1.Designer.cs b/NetTunnelApp/Form1.Designer.cs new file mode 100644 index 0000000..76cd7e1 --- /dev/null +++ b/NetTunnelApp/Form1.Designer.cs @@ -0,0 +1,40 @@ +namespace NetTunnelApp +{ + partial class Form1 + { + /// + /// 必需的设计器变量。 + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 清理所有正在使用的资源。 + /// + /// 如果应释放托管资源,为 true;否则为 false。 + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows 窗体设计器生成的代码 + + /// + /// 设计器支持所需的方法 - 不要修改 + /// 使用代码编辑器修改此方法的内容。 + /// + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} + diff --git a/NetTunnelApp/Form1.cs b/NetTunnelApp/Form1.cs new file mode 100644 index 0000000..4f7e96c --- /dev/null +++ b/NetTunnelApp/Form1.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace NetTunnelApp +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} diff --git a/NetTunnelApp/MainWindow.xaml b/NetTunnelApp/MainWindow.xaml deleted file mode 100644 index 0cfc087..0000000 --- a/NetTunnelApp/MainWindow.xaml +++ /dev/null @@ -1,13 +0,0 @@ - - -