Exemple #1
0
        private void menuItemFormChartH_Click(object sender, EventArgs e)
        {
            FormChart fc = new FormChart("Humidity", 0);

            fc.MdiParent = this;
            fc.Show();
        }
Exemple #2
0
        private void menuItemFormChartP_Click(object sender, EventArgs e)
        {
            FormChart fc = new FormChart("Pressure", 0);

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