Automatak.Simulator.DNP3.Components.MasterConfigControl.MasterConfigControl C# (CSharp) Method

MasterConfigControl() public method

public MasterConfigControl ( ) : System
return System
        public MasterConfigControl()
        {
            InitializeComponent();

            this.comboBoxTimeSync.DataSource = Enum.GetValues(typeof(TimeSyncMode));
            this.comboBoxTimeSync.SelectedItem = TimeSyncMode.None;

            this.classFieldControlIntegrity.ClassFieldValue = ClassField.AllClasses;
            this.classFieldControlEnableUnsol.ClassFieldValue = ClassField.AllEventClasses;
            this.classFieldControlEnableUnsol.AllowClass0 = false;
        }