fix bug
This commit is contained in:
parent
4433754662
commit
da009c005b
@ -30,7 +30,7 @@ namespace FastGithub.UI
|
|||||||
{
|
{
|
||||||
AppDomain.CurrentDomain.AssemblyResolve += OnAssemblyResolve;
|
AppDomain.CurrentDomain.AssemblyResolve += OnAssemblyResolve;
|
||||||
SetWebBrowserVersion(9000);
|
SetWebBrowserVersion(9000);
|
||||||
this.fastGithub = StartFastGithub();
|
StartFastGithub();
|
||||||
}
|
}
|
||||||
|
|
||||||
base.OnStartup(e);
|
base.OnStartup(e);
|
||||||
@ -101,10 +101,6 @@ namespace FastGithub.UI
|
|||||||
protected override void OnExit(ExitEventArgs e)
|
protected override void OnExit(ExitEventArgs e)
|
||||||
{
|
{
|
||||||
this.globalMutex.Dispose();
|
this.globalMutex.Dispose();
|
||||||
if (this.fastGithub != null && this.fastGithub.HasExited == false)
|
|
||||||
{
|
|
||||||
this.fastGithub.Kill();
|
|
||||||
}
|
|
||||||
base.OnExit(e);
|
base.OnExit(e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user