C# Class Risk1.SaldiriEkrani

显示文件 Open project: faridmovsumov/absoluterisk Class Usage Examples

Public Methods

Method Description
SaldiriEkrani ( Bolge b1, Bolge b2, Form1 f1 ) : System
refreshSaldiriEkrani ( ) : void
warAttack ( ) : void
warAttackForAi ( ) : void
warDoORDie ( ) : void
warDoORDieForAi ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaldiriEkrani_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

SaldiriEkrani() public method

public SaldiriEkrani ( Bolge b1, Bolge b2, Form1 f1 ) : System
b1 Bolge
b2 Bolge
f1 Form1
return System

refreshSaldiriEkrani() public method

public refreshSaldiriEkrani ( ) : void
return void

warAttack() public method

public warAttack ( ) : void
return void

warAttackForAi() public method

public warAttackForAi ( ) : void
return void

warDoORDie() public method

public warDoORDie ( ) : void
return void

warDoORDieForAi() public method

public warDoORDieForAi ( ) : void
return void