Exemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Makine1 makine = new Makine1();

            makine.Show();
        }
Exemplo n.º 2
0
        private void button5_Click_1(object sender, EventArgs e)
        {
            Makine1 makine1 = new Makine1();

            makine1.Show();
        }
Exemplo n.º 3
0
        private void button2_Click(object sender, EventArgs e)
        {
            Makine1 machinesForm = new Makine1();

            machinesForm.Show();
        }