Ejemplo n.º 1
0
 /// <summary>
 /// NAME: Josh Jackson
 /// DATE: 02/07/2020
 /// Checked By: Zoey M
 /// This is the constructor which accepts an IVolunteerManager object, this should open the window in add mode
 /// </summary>
 /// <remarks>
 /// UPDATED BY:
 /// UPDATE DATE:
 /// WHAT WAS CHANGED:
 /// </remarks>
 public AddEditVolunteer(IVolunteerManager volunteerManager)
 {
     InitializeComponent();
     _volunteerManager = volunteerManager;
     _addMode          = true;
 }