C# Class ModernApp4Me.Universal.App.M4MDefaultExceptionHandlers

A extension implementation which displays MessageBoxes.
Inheritance: ModernApp4Me.Core.App.M4MExceptionHandlers
Mostrar archivo Open project: smartnsoft/ModernApp4Me

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