Split VAR.WebForms.Common to a class library.
This commit is contained in:
12
VAR.WebForms.Common/Controls/CButton.cs
Normal file
12
VAR.WebForms.Common/Controls/CButton.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace VAR.WebForms.Common.Controls
|
||||
{
|
||||
public class CButton : Button
|
||||
{
|
||||
public CButton()
|
||||
{
|
||||
CssClass = "button";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user