Exemple #1
0
        private void vlažnostToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormChartConstructDialog fcd = new FormChartConstructDialog(Vlaznost.instance(), this);

            fcd.ShowDialog();
        }
Exemple #2
0
        private void pritisakToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormChartConstructDialog fcd = new FormChartConstructDialog(Pritisak.instance(), this);

            fcd.ShowDialog();
        }
Exemple #3
0
        private void temperaturaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormChartConstructDialog fcd = new FormChartConstructDialog(Temperatura.instance(), this);

            fcd.ShowDialog();
        }