private void pictureBox1_Click(object sender, EventArgs e) { GecmisKurlar gk = new GecmisKurlar(); gk.Show(); this.Hide(); }
private void pictureBox3_Click(object sender, EventArgs e) { GecmisKurlar GKur = new GecmisKurlar(); GKur.Show(); this.Hide(); }