コード例 #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();
        }