Exemplo n.º 1
0
        private void btnkyt_Click(object sender, EventArgs e)
        {
            kayit5 f55 = new kayit5();

            f55.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void btkaydol_Click(object sender, EventArgs e)
        {
            kayit5 k5 = new kayit5();

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