C# Class CapDemo.QuestionSetting

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

Property Type Description
btn_DeleteQuestion System.Windows.Forms.Button
btn_ImportQuestion System.Windows.Forms.Button

Public Methods

Method Description
QuestionSetting ( ) : System
QuestionSetting ( int IdContest ) : System
countquestion ( ) : bool
load ( ) : 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.

QuestionSetting_Load ( object sender, EventArgs e ) : void
btn_DeleteQuestion_Click ( object sender, EventArgs e ) : void
btn_ImportQuestion_Click ( object sender, EventArgs e ) : void
lb_Phase_SelectedIndexChanged ( 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

QuestionSetting() public method

public QuestionSetting ( ) : System
return System

QuestionSetting() public method

public QuestionSetting ( int IdContest ) : System
IdContest int
return System

countquestion() public method

public countquestion ( ) : bool
return bool

load() public method

public load ( ) : void
return void

Property Details

btn_DeleteQuestion public_oe property

public System.Windows.Forms.Button btn_DeleteQuestion
return System.Windows.Forms.Button

btn_ImportQuestion public_oe property

public System.Windows.Forms.Button btn_ImportQuestion
return System.Windows.Forms.Button