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;
        }