C# Class ModernApp4Me.WP8.App.M4MDefaultExceptionHandlers

A extension implementation for Windows Phone, which displays MessageBoxes.
Inheritance: ModernApp4Me.Core.App.M4MExceptionHandlers
Datei anzeigen Open project: smartnsoft/ModernApp4Me Class Usage Examples

Protected Methods

Method Description
ShowConnectivityMessageBox ( string message ) : void
ShowMessageBox ( string message ) : void

Method Details

ShowConnectivityMessageBox() protected method

protected ShowConnectivityMessageBox ( string message ) : void
message string
return void

ShowMessageBox() protected method

protected ShowMessageBox ( string message ) : void
message string
return void