showInterComm static method
Implementation
static bool showInterComm() {
switch(AppConfig.instance.appInUse) {
case AppInUse.c:
return true;
default:
return false;
}
}
static bool showInterComm() {
switch(AppConfig.instance.appInUse) {
case AppInUse.c:
return true;
default:
return false;
}
}