AsterixDisplayAnalyser.GoogleEarthProvider.GoogleEarthProvider_Load C# (CSharp) Метод

GoogleEarthProvider_Load() приватный Метод

private GoogleEarthProvider_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат 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;
        }