Server.Gumps.ClientGump.Resend C# (CSharp) Méthode

Resend() private méthode

private Resend ( Mobile to, RelayInfo info ) : void
to Mobile
info RelayInfo
Résultat void
		private void Resend( Mobile to, RelayInfo info )
		{
			TextRelay te = info.GetTextEntry( 0 );

			to.SendGump( new ClientGump( to, m_State ) );
		}