Exemplo n.º 1
0
        private void Button1_Click(object sender, EventArgs e)
        {
            Tables t = new Tables();

            t.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void Order_FormClosing(object sender, FormClosingEventArgs e)
        {
            Tables t = new Tables();

            t.Show();
        }