/// <summary> /// The constructor for this Controller class. /// </summary> /// <param name="mainController">A reference to the Main_Window_Frame's controller</param> /// <param name="resourcePane">A reference to the Resource_Pane creating an object of this class</param> public Resource_Pane_Controller(Main_Window_Frame.Main_Window_Control mainController, Resource_Pane resourcePane) : base(mainController) { this.resourcePane = resourcePane; } // End constructor