Server.Gumps.AdminGump.AddTagNamePrompt.OnCancel C# (CSharp) Méthode

OnCancel() public méthode

public OnCancel ( Mobile from ) : void
from Mobile
Résultat void
			public override void OnCancel( Mobile from )
			{
				from.SendGump( new AdminGump( from, AdminGumpPage.AccountDetails_Tags, 0, null, "Request to add tag was canceled.", m_Account ) );
			}