public EnmityOverlayConfigPanel(EnmityOverlay overlay) { InitializeComponent(); this.overlay = overlay; this.config = overlay.Config; SetupControlProperties(); SetupConfigEventHandlers(); }
public EnmityOverlayConfigPanel(EnmityOverlay overlay) { InitializeComponent(); this.overlay = overlay; this.config = overlay.Config; SetupControlProperties(); SetupConfigEventHandlers(); RefreshProcessList(); this.comboProcessList.SelectedItem = "Automatic"; }