C# Class MetroIde.Dialogs.MetroMessageBoxCode

ファイルを表示 Open project: ChadSki/Quickbeam

Public Methods

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.

Method Details

Show() public static method

Show a Metro Message Box
public static Show ( string message ) : void
message string The code to display
return void

Show() public static method

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