Dev2.CustomControls.Progress.ProgressFileDownloader.ShutdownAndInstall C# (CSharp) Method

ShutdownAndInstall() private method

private ShutdownAndInstall ( string fileName ) : void
fileName string
return void
        static void ShutdownAndInstall(string fileName)
        {
            Application.Current.Shutdown();
            Process.Start(fileName);
        }