C# Class GoF.Lexi.Application.GUI.Button

Inheritance: Glyph
Datei anzeigen Open project: TheoAndersen/GoF.Lexi

Public Methods

Method Description
Button ( Command clickCommand ) : System
Click ( ) : void

Method Details

Button() public method

public Button ( Command clickCommand ) : System
clickCommand GoF.Lexi.Application.Commands.Command
return System

Click() public method

public Click ( ) : void
return void