..
This commit is contained in:
12
Sub/YARTE/Buttons/IFunctionButton.cs
Normal file
12
Sub/YARTE/Buttons/IFunctionButton.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace YARTE.UI.Buttons
|
||||
{
|
||||
|
||||
public interface IFunctionButton : IButton
|
||||
{
|
||||
void IconClicked(ButtonArgs doc, ToolStripButton btn);
|
||||
string Label { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user