Ejemplo n.º 1
0
        private void buttonSimu_Click(object sender, EventArgs e)
        {
            Simulation FS = new Simulation();

            FS.Show();
        }