Method | Description | |
---|---|---|
Error ( string errortext, bool shutdown, |
General Error Screen Constructor
|
Method | Description | |
---|---|---|
Error_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
Move Error Screen
|
|
Error_OK ( object sender, |
User Clicked OK Either Application Shutdown od Window Hide
|
public Error ( string errortext, bool shutdown, |
||
errortext | string | Text To Show |
shutdown | bool | Should Player shut down? |
owner | Owner Window if any else null | |
return | System |