mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-28 03:39:57 +02:00
add new apps
This commit is contained in:
7
DrawIOWrapper/coffees/main.coffee
Normal file
7
DrawIOWrapper/coffees/main.coffee
Normal file
@ -0,0 +1,7 @@
|
||||
class DrawIOWrapper extends this.OS.GUI.BaseApplication
|
||||
constructor: ( args ) ->
|
||||
super "DrawIOWrapper", args
|
||||
|
||||
main: () ->
|
||||
|
||||
this.OS.register "DrawIOWrapper", DrawIOWrapper
|
Reference in New Issue
Block a user