C# Class BattleShip.Cendre

Show file Open project: LucienCamuglia/Battleships Class Usage Examples

Public Methods

Method Description
Cendre ( int x, int y, int to_x, int to_y, int tm ) : System
OnPaint ( PaintEventArgs ep ) : void

Method Details

Cendre() public method

public Cendre ( int x, int y, int to_x, int to_y, int tm ) : System
x int
y int
to_x int
to_y int
tm int
return System

OnPaint() public method

public OnPaint ( PaintEventArgs ep ) : void
ep PaintEventArgs
return void