CButton
This commit is contained in:
16
Scrummer/Code/Controls/CButton.cs
Normal file
16
Scrummer/Code/Controls/CButton.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace Scrummer.Code.Controls
|
||||
{
|
||||
public class CButton : Button
|
||||
{
|
||||
public CButton()
|
||||
{
|
||||
CssClass = "button";
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -66,6 +66,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Code\Bundler.cs" />
|
||||
<Compile Include="Code\BusinessLogic\MessageBoard.cs" />
|
||||
<Compile Include="Code\Controls\CButton.cs" />
|
||||
<Compile Include="Code\Controls\ChatControl.cs" />
|
||||
<Compile Include="Code\Controls\ChatHandler.cs" />
|
||||
<Compile Include="Code\Controls\CLabel.cs" />
|
||||
|
||||
Reference in New Issue
Block a user