private OptionsForm() { InitializeComponent(); this.TopMost = true; InitCombobox(this.comboBoxPumpKey); InitCombobox(this.comboBoxReelKey); InitCombobox(this.comboBoxShotKey); this.serverList = ServerList.LoadServerList("l2Serverlist.xml"); this.updateServerList(); if (this.serverList.HasElements()) this.comboBoxServerlist.SelectedIndex = 0; }
private OptionsForm() { InitializeComponent(); this.TopMost = true; InitCombobox(this.comboBoxPumpKey); InitCombobox(this.comboBoxReelKey); InitCombobox(this.comboBoxShotKey); this.serverList = ServerList.LoadServerList("l2Serverlist.xml"); this.updateServerList(); if (this.serverList.HasElements()) { this.comboBoxServerlist.SelectedIndex = 0; } }