Initial commit
This commit is contained in:
15
Button/ButtonFeatures.aspx.cs
Normal file
15
Button/ButtonFeatures.aspx.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
namespace QW2021C
|
||||
{
|
||||
public partial class ButtonFeatures : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user