Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Register the importer in the application plugin class by adding the following code to DemoAppApplicationPlugin:

Code Block

        public override IEnumerable<IFileImporter> GetFileImporters()
        {
            yield return new WaterML2TimeSeriesImporter();
        }