Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
ChronosResources.xaml.cs
Go to the documentation of this file.
1using System.Windows;
2
4{
8 internal partial class ChronosResources : ResourceDictionary
9 {
13 public ChronosResources()
14 {
15 InitializeComponent();
16 }
17 }
18}