Exemplo n.º 1
0
        private void temperaturaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form forma = new GrafickiPrikaz("temperatura", zaposleni);

            forma.MdiParent = this;
            forma.Show();
        }
Exemplo n.º 2
0
        private void vlaznostVazduhaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form forma = new GrafickiPrikaz("vlaznost_vazduha", zaposleni);

            forma.MdiParent = this;
            forma.Show();
        }