public IModule Create(string source) { TkDebug.AssertArgumentNullOrEmpty(source, "source", this); TkDebug.ThrowIfNoAppSetting(); string path = Path.Combine(BaseAppSetting.Current.XmlPath, "Module", source + ".xml"); Tk5ModuleXml xml = new Tk5ModuleXml(); xml.ReadXmlFromFile(path); return(xml); }
public ExportExcelModule(Tk5ModuleXml xml) { fXml = xml; }