Exemple #1
0
void DUIWndUser( void )
{
    WndUser();
}
Exemple #2
0
void WndStop( void )
{
    if( DoScreenSwap() ) {
        WndUser();
    }
}