Example #1
0
        private void radioyanıtyok_CheckedChanged(object sender, EventArgs e)
        {
            SAYİLAR sylform = new SAYİLAR();

            sylform.Show();
            this.Hide();
        }
Example #2
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            SAYİLAR sylr = new SAYİLAR();

            sylr.Show();
            this.Hide();
        }