Ejemplo n.º 1
0
 public void SendTo( NetState state )
 {
     state.AddMenu( this );
     if (state != null && state.ContainerGridLines)
     state.Send( new DisplayItemListMenuNew( this ) );
     else
     state.Send(new DisplayItemListMenu(this));
 }
Ejemplo n.º 2
0
		public void SendTo( NetState state )
		{
			state.AddMenu( this );
			state.Send( new DisplayItemListMenu( this ) );
		}
Ejemplo n.º 3
0
		public void SendTo( NetState state )
		{
			state.AddMenu( this );
			state.Send( new DisplayQuestionMenu( this ) );
		}