C# 클래스 ReadPlayerWriteBoard.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: LucienCamuglia/Battleships

공개 메소드들

메소드 설명
ConvertTabLineToString ( int tab, int i ) : string
Form1 ( ) : System
InitTab ( int tab ) : void
ReadPlayers ( ) : void
WriteBattleBoard ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

비공개 메소드들

메소드 설명
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

메소드 상세

ConvertTabLineToString() 공개 메소드

public ConvertTabLineToString ( int tab, int i ) : string
tab int
i int
리턴 string

Dispose() 보호된 메소드

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

InitTab() 공개 메소드

public InitTab ( int tab ) : void
tab int
리턴 void

ReadPlayers() 공개 메소드

public ReadPlayers ( ) : void
리턴 void

WriteBattleBoard() 공개 메소드

public WriteBattleBoard ( ) : void
리턴 void