AsterixDisplayAnalyser.MisscelaneousSettings.MisscelaneousSettings_Load C# (CSharp) Метод

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

private MisscelaneousSettings_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void MisscelaneousSettings_Load(object sender, EventArgs e)
        {
            this.checkBoxDisplaModeasFL.Checked = Properties.Settings.Default.DisplayModeC_As_FL;
            this.checkBoxDisplayPosInDecimals.Checked = Properties.Settings.Default.DisplayPosInDecimals;
            this.numericSepToolStep.Value = Properties.Settings.Default.SEepToolUpdateRate;
            this.checkBoxRMCDE_ASTERIX.Checked = Properties.Settings.Default.RMCDE_ASTERIX;
        }