C# Class ReadPlayerWriteBoard.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: LucienCamuglia/Battleships

Méthodes publiques

Méthode Description
ConvertTabLineToString ( int tab, int i ) : string
Form1 ( ) : System
InitTab ( int tab ) : void
ReadPlayers ( ) : void
WriteBattleBoard ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

Private Methods

Méthode Description
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.

Method Details

ConvertTabLineToString() public méthode

public ConvertTabLineToString ( int tab, int i ) : string
tab int
i int
Résultat string

Dispose() protected méthode

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

Form1() public méthode

public Form1 ( ) : System
Résultat System

InitTab() public méthode

public InitTab ( int tab ) : void
tab int
Résultat void

ReadPlayers() public méthode

public ReadPlayers ( ) : void
Résultat void

WriteBattleBoard() public méthode

public WriteBattleBoard ( ) : void
Résultat void