C# Class Server.Gumps.AdminGump.AddCommentPrompt

Inheritance: Server.Prompts.Prompt
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

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

Method Details

AddCommentPrompt() public méthode

public AddCommentPrompt ( Server.Accounting.Account acct ) : System
acct Server.Accounting.Account
Résultat System

OnCancel() public méthode

public OnCancel ( Mobile from ) : void
from Mobile
Résultat void

OnResponse() public méthode

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
Résultat void