C# Class GPATool.ScoreListView

Exibir arquivo Open project: hackerzhou/GPATool

Public Methods

Method Description
ScoreListView ( ) : System
StopAllThreads ( ) : void
disableView ( ) : void
enableView ( ) : void
refreshListView ( List list ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
CourseListView_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

button10_Click ( 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
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
filterSemester ( ArrayList semester ) : void
getEnglishCode ( String code ) : String
listView1_ColumnClick ( object sender, System e ) : void
listView1_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
numericUpDown1_ValueChanged ( object sender, EventArgs e ) : void
refresh ( Object o ) : void
saveSettings ( ) : void
throwError ( String msg, String title, bool showMsg ) : void
timer1_Tick ( object sender, EventArgs e ) : void
toolStripMenuItem1_Click ( object sender, EventArgs e ) : void
toolStripMenuItem2_Click ( object sender, EventArgs e ) : void
toolStripMenuItem3_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

ScoreListView() public method

public ScoreListView ( ) : System
return System

StopAllThreads() public method

public StopAllThreads ( ) : void
return void

disableView() public method

public disableView ( ) : void
return void

enableView() public method

public enableView ( ) : void
return void

refreshListView() public method

public refreshListView ( List list ) : void
list List
return void