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

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

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

            fcd.ShowDialog();
        }