Class MyMessageBox
Custom message box
Inheritance
System.Object
MyMessageBox
Namespace: VRage.Utils
Assembly: VRage.dll
Syntax
public static class MyMessageBox : Object
Methods
Show(String, String)
Declaration
public static void Show(string caption, string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | caption | |
System.String | text |