/// <summary> /// Constructor for the form. Creates an instance of the ExcelManager class. /// </summary> public Form1() { InitializeComponent(); manager = new ExcelManager(this); // takes the given form to manipulate }