title

C++ code posted by title
created at 10 Jan 11:42, updated at 11 Jan 15:39

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/// <summary>
/// Class: InterpolateResultViewModel
/// </summary>
/// <remarks>ViewModel class for an interpolate result</remarks>
[FactoryCreatable(typeof(AnalysisResultViewFactory), typeof(Interpolate_c))]
public class InterpolateResultViewModel :
    XYDataResultViewModel
{
    /// <summary>
    /// Initializes a new instance of the <see cref="InterpolateResultViewModel"/> class.
    /// </summary>
    public
    InterpolateResultViewModel
        ()
    {
    } // End of method
} // End of class
523 Bytes in 2 ms with coderay