Ejemplo n.º 1
0
        private void Event_ShowContainerSolarSystem(object sender, EventArgs e)
        {
            ContainerTabs.Activate("SolarSystem");

            HideAllContainers();

            ResizeWindow();

            ucContainerlSolarSystemOffline.Visible = true;

            ucContainerlSolarSystemOffline.BackColor = Color.Black;
            ucContainerlSolarSystemOffline.Location  = new Point(pnlContainer.Location.X, pnlContainer.Location.Y);
            ucContainerlSolarSystemOffline.BringToFront();



            cmdShowContainerSolarSystem.IsTabControlButton = true;
            cmdShowContainerSolarSystem.BringToFront();
            cmdShowContainerSolarSystem.Refresh();
        }