Exemplo n.º 1
0
        protected override void DoWrite(OnlineWriter WriteBuffer)
        {
            List <ActionPanel> ListActionPanel = ActivePanel.GetActionPanels();

            WriteBuffer.AppendInt32(ListActionPanel.Count);
            foreach (ActionPanel ActiveActionPanel in ListActionPanel)
            {
                ActiveActionPanel.Write(WriteBuffer);
            }
        }