| 1234567891011121314151617181920212223 |
- // @ts-check
- // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
- // This file is automatically generated. DO NOT EDIT
- export function GetAppArgument() {
- return window['go']['main']['App']['GetAppArgument']();
- }
- export function HandlerDirectory(arg1, arg2) {
- return window['go']['main']['App']['HandlerDirectory'](arg1, arg2);
- }
- export function HandlerOutPutDirectory() {
- return window['go']['main']['App']['HandlerOutPutDirectory']();
- }
- export function MakeProducts(arg1) {
- return window['go']['main']['App']['MakeProducts'](arg1);
- }
- export function SelectDirectory() {
- return window['go']['main']['App']['SelectDirectory']();
- }
|