private void UI_Load(object sender, EventArgs e) { Daedalus Daedalus = new Daedalus(this); double newValue = Settings.Default.movementRange; orbitTrackbar_Update(newValue); movementComboBox.SelectedIndex = Settings.Default.movementIndex; propulsionComboBox.SelectedIndex = Settings.Default.propulsionIndex; targetingComboBox.SelectedIndex = Settings.Default.targetingIndex; }
public Daedalus(UI Arg) { Instance = this; System.Media.SystemSounds.Asterisk.Play(); DaedalusUI = Arg; Setup(); AttachEvents(); Start(); }
private void UI_Load(object sender, EventArgs e) { Daedalus Daedalus = new Daedalus(this); }