public OpenGLtest()
        {
            instance = this;

            InitializeComponent();

            core.OnMapOpen();
        }
        public OpenGLtest()
        {
            instance = this;

            InitializeComponent();

            core.OnMapOpen();
        }
Example #3
0
        public temp()
        {
            InitializeComponent();

            //if (System.Diagnostics.Debugger.IsAttached) {
            try
            {
                Controls.OpenGLtest ogl = new Controls.OpenGLtest();

                this.Controls.Add(ogl);

                ogl.Dock = DockStyle.Fill;
            }
            catch { }
               // }

            MissionPlanner.Utilities.Tracking.AddPage(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.ToString(), System.Reflection.MethodBase.GetCurrentMethod().Name);
        }
Example #4
0
        public temp()
        {
            InitializeComponent();

            //if (System.Diagnostics.Debugger.IsAttached) {
            try
            {
                Controls.OpenGLtest ogl = new Controls.OpenGLtest();

                this.Controls.Add(ogl);

                ogl.Dock = DockStyle.Fill;
            }
            catch { }
            // }

            MissionPlanner.Utilities.Tracking.AddPage(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.ToString(), System.Reflection.MethodBase.GetCurrentMethod().Name);
        }
Example #5
0
        public OpenGLtest()
        {
            instance = this;

            InitializeComponent();
        }
Example #6
0
        public OpenGLtest()
        {
            instance = this;

            InitializeComponent();
        }