Пример #1
0
def showError(message):
    return SimpleOutput.showError(message)
Пример #2
0
def showInformation(message):
    return SimpleOutput.showInformation(message)
Пример #3
0
def showWarning(message):
    return SimpleOutput.showWarning(message)
Пример #4
0
def showError(message):
    return SimpleOutput.showError(message)
Пример #5
0
def showInformation(message):
    return SimpleOutput.showInformation(message)
Пример #6
0
def showWarning(message):
    return SimpleOutput.showWarning(message)