From f6e7205116506652fa023b47b1d1ca801a399ee0 Mon Sep 17 00:00:00 2001 From: zh363y468b3 <2463925854@qq.com> Date: Thu, 24 Jun 2021 21:16:41 +0800 Subject: [PATCH] first commit --- .../\345\274\240\345\256\217/WebForm1.aspx" | 16 ++++++++++++++ .../WebForm1.aspx.cs" | 22 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 "\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx" create mode 100644 "\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx.cs" diff --git "a/\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx" "b/\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx" new file mode 100644 index 0000000..7d345d6 --- /dev/null +++ "b/\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx" @@ -0,0 +1,16 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %> + + + + + + + + + +
+
+
+
+ + diff --git "a/\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx.cs" "b/\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx.cs" new file mode 100644 index 0000000..2735174 --- /dev/null +++ "b/\347\254\2547\346\254\241\344\275\234\344\270\232/\345\274\240\345\256\217/WebForm1.aspx.cs" @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace WebApplication1 +{ + public partial class WebForm1 : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + + protected void Button1_Click(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file -- Gitee