Delegate BattleNetClient.DelegateMessageBox
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public delegate void DelegateMessageBox(int style, string text, string caption);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | style | |
System.String | text | |
System.String | caption |