示例#1
0
        private void btnViewGifts_Click(object sender, EventArgs e)
        {
            //Open View Gifts Form
            frmViewAssignedGifts ViewGiftForm = new frmViewAssignedGifts();

            ViewGiftForm.ShowDialog();
        }
示例#2
0
 private void btnViewGifts_Click(object sender, EventArgs e)
 {
     //Open View Gifts Form
     frmViewAssignedGifts ViewGiftForm = new frmViewAssignedGifts();
     ViewGiftForm.ShowDialog();
 }