C# Class Open.Core.ImporterBase

Base class for simple 'Importer' helper classes. Simply calls the 'SatisfyImports' in the constructor, saving the need to write the constructor and 'SatisfyImports' repeatedly.
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Protected Methods

Method Description
ImporterBase ( ) : System

Constructor.

Method Details

ImporterBase() protected method

Constructor.
protected ImporterBase ( ) : System
return System