C# Class ThemeEditor.WPF.CrashWindow

Interaction logic for CrashWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: usagirei/3DS-Theme-Editor Class Usage Examples

Public Methods

Method Description
CrashWindow ( ) : System
CrashWindow ( Exception ex ) : System

Private Methods

Method Description
OkButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

CrashWindow() public method

public CrashWindow ( ) : System
return System

CrashWindow() public method

public CrashWindow ( Exception ex ) : System
ex System.Exception
return System