12
Source/Examples/WPF/WpfExamples/Observable.cs
Normal file
12
Source/Examples/WPF/WpfExamples/Observable.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
// <copyright file="Observable.cs" company="OxyPlot">
|
||||
// Copyright (c) 2014 OxyPlot contributors
|
||||
// </copyright>
|
||||
// --------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
namespace WpfExamples
|
||||
{
|
||||
public class Observable : PropertyTools.Observable
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user