private void wykresKursuToolStripMenuItem_Click(object sender, EventArgs e) { GraphForm graph = new GraphForm(h); graph.Show(); }