Close() public method

public Close ( ) : void
return void
Ejemplo n.º 1
0
 void Form1_FormClosing(object sender, FormClosingEventArgs e)
 {
     timer1.Enabled = false;
     mTheMan.Close();
     mTheMan = null;
 }