dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
ApplicationContext
dfl
application
class
ApplicationContext {
this
()
;
this
(
Form
mainForm
)
;
Form
mainForm
[@property setter];
Form
mainForm
[@property getter];
Event
!(
Object
,
EventArgs
)
threadExit
;
void
exitThread
()
;
void
exitThreadCore
()
;
void
onMainFormClosed
(
Object
sender
,
EventArgs
args
)
;
}
Constructors
this
this
()
this
this
(
Form
mainForm
)
Members
Functions
exitThread
void
exitThread
()
exitThreadCore
void
exitThreadCore
()
onMainFormClosed
void
onMainFormClosed
(
Object
sender
,
EventArgs
args
)
Properties
mainForm
Form
mainForm
[@property setter]
Form
mainForm
[@property getter]
Variables
threadExit
Event
!(
Object
,
EventArgs
)
threadExit
;
Meta
Source
See Implementation
dfl
application
classes
Application
ApplicationContext