Метод | Описание | |
---|---|---|
ShowError ( string error, |
||
ShowError ( object ex ) : void | ||
ShowMessage ( string message ) : System.Windows.MessageBoxResult | ||
ShowQuestion ( string question ) : System.Windows.MessageBoxResult |
public static ShowError ( string error, |
||
error | string | |
ex | ||
Результат | System.Windows.MessageBoxResult |
public static ShowError ( object ex ) : void | ||
ex | object | |
Результат | void |
public static ShowMessage ( string message ) : System.Windows.MessageBoxResult | ||
message | string | |
Результат | System.Windows.MessageBoxResult |
public static ShowQuestion ( string question ) : System.Windows.MessageBoxResult | ||
question | string | |
Результат | System.Windows.MessageBoxResult |