C# Class Server.Gumps.AdminGump.AddCommentPrompt

Inheritance: Server.Prompts.Prompt
Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
AddCommentPrompt ( Server.Accounting.Account acct ) : System
OnCancel ( Mobile from ) : void
OnResponse ( Mobile from, string text ) : void

Method Details

AddCommentPrompt() public method

public AddCommentPrompt ( Server.Accounting.Account acct ) : System
acct Server.Accounting.Account
return System

OnCancel() public method

public OnCancel ( Mobile from ) : void
from Mobile
return void

OnResponse() public method

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
return void