This commit is contained in:
Xuan Sang LE
2017-08-11 01:58:46 +02:00
parent 9bb3a3c483
commit f4c54c712d
394 changed files with 275370 additions and 1438 deletions

View File

@ -0,0 +1,10 @@
class NotePad extends this.OS.GUI.BaseApplication
constructor: () ->
super "NotePad"
event: () ->
console.log @scheme
@on "btclick", (e)->
alert "Happy pola"
@on "resize", (w,h)->
console.log "resize"
this.OS.register "NotePad",NotePad