Wednesday 20 July 2016

Stop Backgound .exe

protected override void OnExit(ExitEventArgs e)
        {
            try
            {
                //Put your special code here
            }
            finally
            {
                base.OnExit(e);

            }

No comments:

Post a Comment