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

CAT_Decoder_Selector() публичный Метод

public CAT_Decoder_Selector ( ) : System
Результат System
        public CAT_Decoder_Selector()
        {
            InitializeComponent();

            this.checkBox001.Checked = Properties.Settings.Default.CAT_001_Enabled;
            this.checkBox002.Checked = Properties.Settings.Default.CAT_002_Enabled;
            this.checkBox008.Checked = Properties.Settings.Default.CAT_008_Enabled;
            this.checkBox034.Checked = Properties.Settings.Default.CAT_034_Enabled;
            this.checkBox048.Checked = Properties.Settings.Default.CAT_048_Enabled;
            this.checkBox062.Checked = Properties.Settings.Default.CAT_062_Enabled;
            this.checkBox063.Checked = Properties.Settings.Default.CAT_063_Enabled;
            this.checkBox065.Checked = Properties.Settings.Default.CAT_065_Enabled;
            this.checkBox244.Checked = Properties.Settings.Default.CAT_244_Enabled;
        }