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

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

Public Methods

Method Description
Draw ( Window window ) : void
WindowsButton ( Command clickCommand ) : System

Method Details

Draw() public method

public Draw ( Window window ) : void
window Window
return void

WindowsButton() public method

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