메소드 | 설명 | |
---|---|---|
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 ShowMessage ( string message ) : System.Windows.MessageBoxResult | ||
message | string | |
리턴 | System.Windows.MessageBoxResult |
public static ShowQuestion ( string question ) : System.Windows.MessageBoxResult | ||
question | string | |
리턴 | System.Windows.MessageBoxResult |