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 0000000000000000000000000000000000000000..7d345d6909cab80e8ff0bbf9d526120bde8bcc2a --- /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 0000000000000000000000000000000000000000..2735174391529129294671b97b41bea435bdc253 --- /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