// --------------------------------------------------------------------------------------------------------------------
//
// Copyright (c) 2014 OxyPlot contributors
//
//
// Interaction logic for MainWindow.xaml
//
// --------------------------------------------------------------------------------------------------------------------
namespace SimpleDemo
{
///
/// Interaction logic for MainWindow.xaml
///
public partial class MainWindow
{
///
/// Initializes a new instance of the class.
///
public MainWindow()
{
this.InitializeComponent();
}
}
}