Пример #1
0
 private void predictionSettingsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PredictionControl MyPredictionCOntrol = new PredictionControl();
     MyPredictionCOntrol.Show();
 }
Пример #2
0
 private void predictionControlToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PredictionControl MPC = new PredictionControl();
     MPC.Show();
 }