Example #1
0
        private void UpdateButton_Click(object sender, System.EventArgs e)
        {
            ClientAdd clientAdd = new ClientAdd
            {
                ID   = ID,
                Edit = true
            };

            clientAdd.Show();
        }
Example #2
0
        private void AddClientButton_Click(object sender, EventArgs e)
        {
            ClientAdd clientAdd = new ClientAdd();

            clientAdd.Show();
        }