Methods
_Bind(p_func)
Bind the given function to this object and returns it.
Note that it replaces the function reference, hence referencing function before they are being bound in _Init,
( i.e in the constructor ) will target an obsolete function.
Parameters:
| Name | Type | Description |
|---|---|---|
p_func |
* |
Members
mainWindow :BrowserWindow
TODO
Methods
_Boot()
TODO