同步源码

This commit is contained in:
ChenX
2023-05-05 11:18:24 +08:00
parent 72cd78190b
commit b3cfd62996
94 changed files with 1179 additions and 539 deletions

View File

@@ -49,6 +49,10 @@ export declare class ApplicationService {
InitViewDir(): void;
CreateDocument(name?: string): void;
FileOut(): CADFiler;
/**
* 文件写出,没有历史记录
*/
FileOut2(): CADFiler;
OpenFile(f: CADFiler): void;
}
//# sourceMappingURL=Application.d.ts.map