mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-14 05:12:09 +08:00
1.1.3 -> 1.1.4 第72次更新
This commit is contained in:
parent
419ddd8fdb
commit
49fb4cf655
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using System.Diagnostics;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
using Sheas_Core;
|
using Sheas_Core;
|
||||||
|
|
||||||
@ -8,7 +9,12 @@ internal class BrowserProc : Proc
|
|||||||
{
|
{
|
||||||
private readonly bool ShutDownAppOnProcessExit;
|
private readonly bool ShutDownAppOnProcessExit;
|
||||||
|
|
||||||
internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath) => ShutDownAppOnProcessExit = shutDownAppOnProcessExit;
|
internal BrowserProc(string browserPath, bool shutDownAppOnProcessExit) : base(browserPath)
|
||||||
|
{
|
||||||
|
ShutDownAppOnProcessExit = shutDownAppOnProcessExit;
|
||||||
|
|
||||||
|
Process_Exited(null!, null!);
|
||||||
|
}
|
||||||
|
|
||||||
public override void Process_Exited(object sender, EventArgs e)
|
public override void Process_Exited(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user