C# Class GameGUI.View.MainWindow

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

Public Methods

Method Description
AddToGame ( Chess game, PlayerType pt ) : void
MainWindow ( ) : System

Private Methods

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

Method Details

AddToGame() public method

public AddToGame ( Chess game, PlayerType pt ) : void
game Chess
pt PlayerType
return void

MainWindow() public method

public MainWindow ( ) : System
return System