Ticket #10739: Test.aspx.cs
File Test.aspx.cs, 340 bytes (added by , 9 years ago) |
---|
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Web; |
5 | using System.Web.UI; |
6 | using System.Web.UI.WebControls; |
7 | |
8 | public partial class Test : System.Web.UI.Page |
9 | { |
10 | |
11 | protected void Page_Load(object sender, EventArgs e) |
12 | { |
13 | |
14 | } |
15 | |
16 | protected void btnTest_Click(Object sender, EventArgs e) |
17 | { |
18 | |
19 | } |
20 | } |