C# Class UserInterface.Error

Interaction logic for Error.xaml
Exibir arquivo Open project: mhack/gamenoise

Public Methods

Method Description
Error ( string errortext, bool shutdown, Window owner ) : System

General Error Screen Constructor

Private Methods

Method Description
Error_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Move Error Screen

Error_OK ( object sender, RoutedEventArgs e ) : void

User Clicked OK Either Application Shutdown od Window Hide

Method Details

Error() public method

General Error Screen Constructor
public Error ( string errortext, bool shutdown, Window owner ) : System
errortext string Text To Show
shutdown bool Should Player shut down?
owner System.Windows.Window Owner Window if any else null
return System