void menuLST_Click(object sender, EventArgs e) { try { _fLST.Close(); } catch { /* do nothing */ } if (_mission.IsBop) _fLST = new LstForm(Settings.Platform.BoP); else _fLST = new LstForm(Settings.Platform.XvT); _fLST.Show(); }
void menuLST_Click(object sender, EventArgs e) { _fLST = new LstForm(Settings.Platform.XWA); _fLST.Show(); }