Method | Description | |
---|---|---|
Show ( string message ) : void |
Show a Metro Message Box
|
|
Show ( string title, string code ) : void |
Shows a metro message box containing code in it.
|
public static Show ( string message ) : void | ||
message | string | The code to display |
return | void |
public static Show ( string title, string code ) : void | ||
title | string | The title of the Message Box |
code | string | The code to display |
return | void |