示例#1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Toptancilar toptancilar = new Toptancilar();

            toptancilar.Show();
            this.Hide();
        }
示例#2
0
        private void toolStripButton5_Click(object sender, EventArgs e)
        {
            Toptancilar toptancilar = new Toptancilar();

            toptancilar.Show();
        }