コード例 #1
0
        private void pictureBox4_Click(object sender, EventArgs e)
        {
            this.Hide();
            AllAuctions allAuction = new AllAuctions();

            allAuction.Show();
        }
コード例 #2
0
        private void createaucbtn_Click(object sender, EventArgs e)
        {
            AllAuctions allAuction = new AllAuctions();

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