1234567891011 |
- // --------------------------------------------------------------------------------------------------------------------
- // <copyright file="AssemblyInfo.cs" company="OxyPlot">
- // Copyright (c) 2020 OxyPlot contributors
- // </copyright>
- // --------------------------------------------------------------------------------------------------------------------
- using System.Windows;
- using System.Windows.Markup;
- [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
- [assembly: XmlnsDefinition("http://oxyplot.org/wpf", "OxyPlot.Wpf")]
|