showInterComm static method

bool showInterComm()

Implementation

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