修改
This commit is contained in:
@@ -19,4 +19,9 @@ export interface IProcess {
|
||||
* @param startName 窗体启动名
|
||||
*/
|
||||
openWindowForm(startName: string): void;
|
||||
/**
|
||||
* 关闭窗体
|
||||
* @param id 窗体id
|
||||
*/
|
||||
closeWindowForm(id: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user