コード例 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            listBox1.Items.Clear();
            listBox2.Items.Clear();
            LagerLoad.ListClear();
            Form fMain = new Main();

            fMain.Show();
            fMain.Location = this.Location;
            this.Hide();
            this.Dispose();
        }