Example #1
0
        private void btnViewData_Click(object sender, EventArgs e)
        {
            Form viewPatron = new Views(); //shows view form

            viewPatron.Show();
        }