private void temperaturaToolStripMenuItem_Click(object sender, EventArgs e) { Form forma = new GrafickiPrikaz("temperatura", zaposleni); forma.MdiParent = this; forma.Show(); }
private void vlaznostVazduhaToolStripMenuItem_Click(object sender, EventArgs e) { Form forma = new GrafickiPrikaz("vlaznost_vazduha", zaposleni); forma.MdiParent = this; forma.Show(); }