保存
This commit is contained in:
@@ -123,9 +123,9 @@ interface BuiltInWindowForm {
|
|||||||
* 应用生命周期管理器
|
* 应用生命周期管理器
|
||||||
*/
|
*/
|
||||||
export class ApplicationLifecycleManager {
|
export class ApplicationLifecycleManager {
|
||||||
private installedApps = reactive(new Map<string, AppInstance>())
|
private installedApps = new Map<string, AppInstance>()
|
||||||
private runningProcesses = reactive(new Map<string, AppInstance>())
|
private runningProcesses = new Map<string, AppInstance>()
|
||||||
private builtInWindowForms = reactive(new Map<string, BuiltInWindowForm>())
|
private builtInWindowForms = new Map<string, BuiltInWindowForm>()
|
||||||
|
|
||||||
private windowFormService: WindowFormService
|
private windowFormService: WindowFormService
|
||||||
private resourceService: ResourceService
|
private resourceService: ResourceService
|
||||||
|
|||||||
Reference in New Issue
Block a user