示例#1
0
        private void button4_Click(object sender, EventArgs e)
        {
            frmAyarlar ayar = new frmAyarlar();

            ayar.Show();
            this.Close();
        }
示例#2
0
 private void button4_Click(object sender, EventArgs e)
 {
     frmAyarlar ayar = new frmAyarlar();
     ayar.Show();
     this.Close();
 }