AsterixDisplayAnalyser.GoogleEarthProvider.GoogleEarthProvider_Load C# (CSharp) Method

GoogleEarthProvider_Load() private method

private GoogleEarthProvider_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void GoogleEarthProvider_Load(object sender, EventArgs e)
        {
            this.checkBoxShowModeA.Checked = Properties.Settings.Default.GE_Show_ModeA;
            this.checkBoxShowCallsign.Checked = Properties.Settings.Default.GE_Show_Show_Callsign;
            this.checkBoxShowModeC.Checked = Properties.Settings.Default.GE_Show_ModeC;
            this.checkBoxDisplayAsFL.Checked = Properties.Settings.Default.Show_ModeC_as_FL;
            this.textBox1.Text = Properties.Settings.Default.GE_Dest_Path;
        }