Beispiel #1
0
 /// <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
 }
Beispiel #2
0
 /// <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
 }