public fileWriter(string filename) { m_tool = new ExcelTool(filename); //m_tool.Visible = true; }
public fileReader(string filename) { m_tool = new ExcelTool(filename); }