Пример #1
0
        private void btnClients_Click(object sender, EventArgs e)
        {
            frmClients fc = new frmClients();

            fc.Show();
            this.Close();
        }
        private void btnAddClient_Click(object sender, EventArgs e)
        {
            frmClients fc = new frmClients();

            fc.Show();
            this.Close();
            Variables.Previous = "view";
        }
        private void button1_Click_1(object sender, EventArgs e)
        {
            frmClients fc = new frmClients();

            fc.Show();
            this.Close();
            Variables.Previous = "prop";
        }