C# 클래스 MetroIde.Dialogs.MetroMessageBoxCode

파일 보기 프로젝트 열기: ChadSki/Quickbeam

공개 메소드들

메소드 설명
Show ( string message ) : void

Show a Metro Message Box

Show ( string title, string code ) : void

Shows a metro message box containing code in it.

메소드 상세

Show() 공개 정적인 메소드

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

Show() 공개 정적인 메소드

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
리턴 void