C# Class Game.QuatroGreenGameGUI.GreenGUI

Inheritance: System.Windows.Controls.UserControl
Show file Open project: porcellus/KomponensAlapuJatek

Public Methods

Method Description
AddToGame ( Quarto game, PlayerType pt ) : void
GreenGUI ( ) : System

Private Methods

Method Description
BtChoose_Click ( object sender, RoutedEventArgs e ) : void
BtPut_Click ( object sender, RoutedEventArgs e ) : void
OnStep ( IState state ) : void
ShowNextEvent ( ) : void

Method Details

AddToGame() public method

public AddToGame ( Quarto game, PlayerType pt ) : void
game Game.Quarto
pt PlayerType
return void

GreenGUI() public method

public GreenGUI ( ) : System
return System