//wyswietlenie okna podpowiedzi 1 private void button6_Click(object sender, EventArgs e) { Hint1 h1 = new Hint1(); h1.Show(); }