Versions Compared

Key

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

...

Wiki Markup
*\[TODO\]* Description of the exercise results
\\
\\
\\
\\
\\

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();
        }

Wiki Markup
5. Run the application, right click on Project and click Import. Select the newly implemented importer and press OK. \[TODO: Image\]

=> Obtain a WaterML2 file

=> Describe import + screenshot

=> Note about import on project level

=> IMport on existing item will be performed in one of the next exercises..... Wiki Markup6. Select a file bla bla bla \[TODO:Image\]