C# Class BattleShip.GameOver

Show file Open project: LucienCamuglia/Battleships Class Usage Examples

Public Methods

Method Description
CreateCendre ( ) : void
Draw ( PaintEventArgs pe ) : void
GameOver ( Form view ) : System

Method Details

CreateCendre() public method

public CreateCendre ( ) : void
return void

Draw() public method

public Draw ( PaintEventArgs pe ) : void
pe System.Windows.Forms.PaintEventArgs
return void

GameOver() public method

public GameOver ( Form view ) : System
view System.Windows.Forms.Form
return System