Пример #1
0
            public override bool Loaded()
            {
                gen = new generator();
                // force it to the top of the container to push down the tabcontrol
                gen.Dock   = DockStyle.Top;
                loopratehz = 1f;

                return(true);
            }
Пример #2
0
        public override bool Loaded()
        {
            gen = new generator();
            // force it to the top of the container to push down the tabcontrol
            gen.Dock = DockStyle.Top;
            FlightData.instance.tabControlactions.Parent.Controls.Add(gen);

            return(true);
        }