C# 클래스 BattleShip.Cendre

파일 보기 프로젝트 열기: LucienCamuglia/Battleships 1 사용 예제들

공개 메소드들

메소드 설명
Cendre ( int x, int y, int to_x, int to_y, int tm ) : System
OnPaint ( PaintEventArgs ep ) : void

메소드 상세

Cendre() 공개 메소드

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
리턴 System

OnPaint() 공개 메소드

public OnPaint ( PaintEventArgs ep ) : void
ep PaintEventArgs
리턴 void