C# 클래스 Dynamic_Games.NonCoopForm

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InvestmentTB System.Windows.Forms.TextBox
MultiTB System.Windows.Forms.TextBox
NoPTB System.Windows.Forms.TextBox
RuleParamTB System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
NonCoopForm ( ) : System
ReColor ( int newColors ) : void
checkParams ( ) : bool

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddPlayerButton_Click ( object sender, EventArgs e ) : void
AutomaticButton_Click ( object sender, EventArgs e ) : void
Button1_Click ( object sender, EventArgs e ) : void
DelPlayerButton_Click ( object sender, EventArgs e ) : void
DrawGraph ( ) : void
EquilButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

NonCoopForm_Load ( object sender, EventArgs e ) : void
PutTaskDelay ( ) : Task
PutTaskDelayShort ( ) : Task
RestartButton_Click ( object sender, EventArgs e ) : void
addToChart ( int c, int d ) : void
ruleCB_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

NonCoopForm() 공개 메소드

public NonCoopForm ( ) : System
리턴 System

ReColor() 공개 메소드

public ReColor ( int newColors ) : void
newColors int
리턴 void

checkParams() 공개 메소드

public checkParams ( ) : bool
리턴 bool

프로퍼티 상세

InvestmentTB 공개적으로 프로퍼티

public System.Windows.Forms.TextBox InvestmentTB
리턴 System.Windows.Forms.TextBox

MultiTB 공개적으로 프로퍼티

public System.Windows.Forms.TextBox MultiTB
리턴 System.Windows.Forms.TextBox

NoPTB 공개적으로 프로퍼티

public System.Windows.Forms.TextBox NoPTB
리턴 System.Windows.Forms.TextBox

RuleParamTB 공개적으로 프로퍼티

public System.Windows.Forms.TextBox RuleParamTB
리턴 System.Windows.Forms.TextBox