Ejemplo n.º 1
0
 private void predictionSettingsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PredictionControl MyPredictionCOntrol = new PredictionControl();
     MyPredictionCOntrol.Show();
 }
Ejemplo n.º 2
0
 private void predictionControlToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PredictionControl MPC = new PredictionControl();
     MPC.Show();
 }