mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
8 lines
123 B
C++
8 lines
123 B
C++
#include <CtrlLib/CtrlLib.h>
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
FileSel fs;
|
|
while(fs.ExecuteOpen() != IDOK)
|
|
DUMP(fs.GetRect());
|
|
}
|