C# Class SeaBattleWeb.CellButton

Кнопка поля боя
Inheritance: System.Web.UI.WebControls.Button
Show file 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 property

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

Y public property

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