C# Class SeaBattleWeb.CellButton

Кнопка поля боя
Inheritance: System.Web.UI.WebControls.Button
Exibir arquivo Open project: sbannikov/csharpcroc Class Usage Examples

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
CellButton ( int x, int y ) : System

Конструктор со значениями

Method Details

CellButton() public method

Конструктор со значениями
public CellButton ( int x, int y ) : System
x int Абсцисса
y int Ордината
return System

Property Details

X public_oe property

Абцисса
public int X
return int

Y public_oe property

Ордината
public int Y
return int