first
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function CheckConnection() {
|
||||
return window['go']['main']['App']['CheckConnection']();
|
||||
}
|
||||
|
||||
export function Quit() {
|
||||
return window['go']['main']['App']['Quit']();
|
||||
}
|
||||
|
||||
export function SetFrequency(arg1) {
|
||||
return window['go']['main']['App']['SetFrequency'](arg1);
|
||||
}
|
||||
Reference in New Issue
Block a user