| 123456789101112131415161718192021222324 |
- // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
- // This file is automatically generated. DO NOT EDIT
- /**
- * Service struct
- * @module
- */
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
- // @ts-ignore: Unused imports
- import {Call as $Call, Create as $Create} from "@wailsio/runtime";
- /**
- * CloseApp 根据名称关闭窗口
- */
- export function CloseApp(winName: string): Promise<void> & { cancel(): void } {
- let $resultPromise = $Call.ByID(730210805, winName) as any;
- return $resultPromise;
- }
- export function OpenLoginPage(): Promise<void> & { cancel(): void } {
- let $resultPromise = $Call.ByID(2845654948) as any;
- return $resultPromise;
- }
|