C# Class StoryQ.Execution.Rendering.SimpleHtml.SimpleHtmlFileManager

Class SimpleHtmlFileManager.
Inheritance: XmlFileManagerBase
Mostra file Open project: wforney/storyq

Protected Methods

Method Description
WriteDependantFiles ( string directory ) : void

Writes the dependant files.

Private Methods

Method Description
SimpleHtmlFileManager ( ) : System.IO

Prevents a default instance of the SimpleHtmlFileManager class from being created.

Method Details

WriteDependantFiles() protected method

Writes the dependant files.
protected WriteDependantFiles ( string directory ) : void
directory string The directory.
return void