mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 12:52:08 +08:00
1.1.4 -> 1.1.5 第26次更新
This commit is contained in:
parent
d9e307e647
commit
938ca77fc1
@ -8,12 +8,7 @@ internal class BrowserProc : Proc
|
|||||||
{
|
{
|
||||||
private readonly bool ShutDownAppOnProcessExit;
|
private readonly bool ShutDownAppOnProcessExit;
|
||||||
|
|
||||||
internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath)
|
internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath) => ShutDownAppOnProcessExit = shutDownAppOnProcessExit;
|
||||||
{
|
|
||||||
ShutDownAppOnProcessExit = shutDownAppOnProcessExit;
|
|
||||||
|
|
||||||
Process_Exited(null, EventArgs.Empty);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected sealed override void Process_Exited(object? sender, EventArgs e)
|
protected sealed override void Process_Exited(object? sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user