Exemple #1
0
 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();
 }
Exemple #2
0
 void menuLST_Click(object sender, EventArgs e)
 {
     _fLST = new LstForm(Settings.Platform.XWA);
     _fLST.Show();
 }