com
Used to manage app's background codes.
The basics
com new method -> $windowName as cs:
"name": "methodname",
"args": "sender, e",
"code": "
MessageBox.Show(\"Hi\");
".
;Example

Last updated
Used to manage app's background codes.
com new method -> $windowName as cs:
"name": "methodname",
"args": "sender, e",
"code": "
MessageBox.Show(\"Hi\");
".
;
Last updated
[new]
[method]
[->]
[$]
[as]
[cf|ps|cs]
[:]
[":"]
//Made with BH
set $windowName (window):
"Title": "Calc",
"Width": "270",
"Height": "330"
;
com new method -> $windowName as cs:
"name": "methodname",
"args": "sender, e",
"code": "
MessageBox.Show(\"Hi\");
".
;
app new comp -> $windowName as Button:
"inner": "1",
"Width": "50",
"Height": "50",
"Click": "methodname".
;
show $windowName;
//Coded with BH Beta 0.5.2