保存一下
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import type { IProcessInfo } from '@/core/process/IProcessInfo.ts'
|
||||
import type { IWindowForm } from '@/core/window/IWindowForm.ts'
|
||||
import type { IEventBuilder } from '@/core/events/IEventBuilder.ts'
|
||||
import type { IProcessEvent } from '@/core/process/types/ProcessEvent.ts'
|
||||
|
||||
/**
|
||||
* 进程接口
|
||||
@@ -11,6 +13,7 @@ export interface IProcess {
|
||||
get processInfo(): IProcessInfo;
|
||||
/** 进程的窗体列表 */
|
||||
get windowForms(): Map<string, IWindowForm>;
|
||||
get event(): IEventBuilder<IProcessEvent>;
|
||||
/**
|
||||
* 打开窗体
|
||||
* @param startName 窗体启动名
|
||||
|
||||
Reference in New Issue
Block a user