메소드 | 설명 | |
---|---|---|
Show ( string message, IEnumerable |
Show a Metro Message Box
|
|
Show ( string title, string message, IEnumerable |
Shows a metro message box containing a list of items in it.
|
public static Show ( string message, IEnumerable | ||
message | string | The message to be displayed in the Message Box |
items | IEnumerable | The items to be displayed in the message box. |
리턴 | bool |
public static Show ( string title, string message, IEnumerable | ||
title | string | The title of the Message Box |
message | string | The message to be displayed in the Message Box |
items | IEnumerable | The items to be displayed in the message box. |
리턴 | bool |