private void radioyanıtyok_CheckedChanged(object sender, EventArgs e) { SAYİLAR sylform = new SAYİLAR(); sylform.Show(); this.Hide(); }
private void pictureBox1_Click(object sender, EventArgs e) { SAYİLAR sylr = new SAYİLAR(); sylr.Show(); this.Hide(); }