Example #1
0
        public Logger(Table table)
        {
            _table = table;

            excel = new Excel.Application();
            excel.Workbooks.Add();

            _worksheet = (Excel.Worksheet)excel.ActiveSheet;

            _iteration = 1;
        }
 public PotentialsMethod(Table.Table table)
 {
     _table = table;
 }