示例#1
0
eZapScan::eZapScan()
	:eSetupWindow(_(MENUNAME),
	eSystemInfo::getInstance()->getFEType()
		== eSystemInfo::feSatellite ? 11 : 8, 400)
{
	init_eZapScan();
}
示例#2
0
eZapScan::eZapScan()
	:eSetupWindow(_("Service Searching"),
	eSystemInfo::getInstance()->getFEType()
		== eSystemInfo::feSatellite ? 9 : 7, 400)
{
	init_eZapScan();
}