Ejemplo n.º 1
0
        private void UpdateButton_Click(object sender, EventArgs e)
        {
            StaffAdd staffAdd = new StaffAdd
            {
                ID   = ID,
                Edit = true
            };

            staffAdd.Show();
        }
Ejemplo n.º 2
0
        private void AddStaffButton_Click(object sender, EventArgs e)
        {
            StaffAdd staffAdd = new StaffAdd();

            staffAdd.Show();
        }