C# Class MegaMan.Editor.Controls.CustomMessageBox

Interaction logic for CustomMessageBox.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
ShowError ( string message, string caption ) : void
ShowSavePrompt ( ) : MessageBoxResult

Private Methods

Method Description
Button_Cancel_Click ( object sender, RoutedEventArgs e ) : void
Button_No_Click ( object sender, RoutedEventArgs e ) : void
Button_OK_Click ( object sender, RoutedEventArgs e ) : void
Button_Yes_Click ( object sender, RoutedEventArgs e ) : void
CustomMessageBox ( ) : System

Method Details

ShowError() public static method

public static ShowError ( string message, string caption ) : void
message string
caption string
return void

ShowSavePrompt() public static method

public static ShowSavePrompt ( ) : MessageBoxResult
return MessageBoxResult