Server.Gumps.SetObjectGump.InternalPrompt.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 )
			{
				m_Mobile.SendGump( new SetObjectGump( m_Property, m_Mobile, m_Object, m_Stack, m_Type, m_Page, m_List ) );
			}
SetObjectGump.InternalPrompt