mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
14 lines
223 B
Text
14 lines
223 B
Text
description "functional demo for Dispatcher. how to extend an application with Dispatchable interface\377";
|
|
|
|
uses
|
|
CtrlLib,
|
|
Dispatcher;
|
|
|
|
file
|
|
DispatcherTest.h,
|
|
main.cpp,
|
|
DispatcherTest.lay;
|
|
|
|
mainconfig
|
|
"" = "GUI MT";
|
|
|