Exemple #1
0
def showError(message):
    return SimpleOutput.showError(message)
Exemple #2
0
def showInformation(message):
    return SimpleOutput.showInformation(message)
Exemple #3
0
def showWarning(message):
    return SimpleOutput.showWarning(message)
Exemple #4
0
def showError(message):
    return SimpleOutput.showError(message)
Exemple #5
0
def showInformation(message):
    return SimpleOutput.showInformation(message)
Exemple #6
0
def showWarning(message):
    return SimpleOutput.showWarning(message)