Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void
示例#1
0
文件: WIDE.cs 项目: Rex-Hays/GNIDA
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutBox1 AboutForm = new AboutBox1();
     AboutForm.ShowDialog();
     AboutForm.Dispose();
 }