Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/IO/Reporting/AssemblyReporter.cs @ 2769

Last change on this file since 2769 was 2769, checked in by mkommend, 14 years ago

added unused files for netron (ticket #867)

File size: 370 bytes
Line 
1using System;
2
3namespace Netron.GraphLib.IO.Reporting
4{
5  /// <summary>
6  /// Summary description for AssemblyReporter.
7  /// </summary>
8  public class AssemblyReporter
9  {
10    /// <summary>
11    /// Default constructor
12    /// </summary>
13    public AssemblyReporter()
14    {
15      throw new NotImplementedException("Sorry, it's still in the back of my noodle");
16    }
17  }
18}
Note: See TracBrowser for help on using the repository browser.