public void SendTo(NetState state) { state.AddMenu(this); if (state != null && state.ContainerGridLines) { state.Send(new DisplayItemListMenuNew(this)); } else { state.Send(new DisplayItemListMenu(this)); } }
public void SendTo(NetState state) { state.AddMenu(this); state.Send(new DisplayItemListMenu(this)); }
public void SendTo(NetState state) { state.AddMenu(this); state.Send(new DisplayQuestionMenu(this)); }