C# Class GPATool.ScoreListView

Afficher le fichier Open project: hackerzhou/GPATool

Méthodes publiques

Méthode Description
ScoreListView ( ) : System
StopAllThreads ( ) : void
disableView ( ) : void
enableView ( ) : void
refreshListView ( List list ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

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

Private Methods

Méthode 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 méthode

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

ScoreListView() public méthode

public ScoreListView ( ) : System
Résultat System

StopAllThreads() public méthode

public StopAllThreads ( ) : void
Résultat void

disableView() public méthode

public disableView ( ) : void
Résultat void

enableView() public méthode

public enableView ( ) : void
Résultat void

refreshListView() public méthode

public refreshListView ( List list ) : void
list List
Résultat void