Exemplo n.º 1
0
        private void StatisticItem_Load(object sender, EventArgs e)
        {
            if (statisticToDisplay.HasSubStatistics())
            {
                // Create the sub statistics panel
                extendedPanel = new ExtendedStatisticsPanel(statisticToDisplay.SubData);
                parent.Controls.Add(extendedPanel);
                extendedPanel.BringToFront();
                extendedPanel.Refresh();

                AdjustControls();
            }
        }
Exemplo n.º 2
0
        private void StatisticItem_Load(object sender, EventArgs e)
        {
            if (statisticToDisplay.HasSubStatistics())
            {
                // Create the sub statistics panel
                extendedPanel = new ExtendedStatisticsPanel(statisticToDisplay.SubData);
                parent.Controls.Add(extendedPanel);
                extendedPanel.BringToFront();
                extendedPanel.Refresh();

                AdjustControls();
            }
        }