protected override void OnExit(ExitEventArgs e)
{
try
{
//Put
your special code here
}
finally
{
base.OnExit(e);
}
No comments:
Post a Comment