Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
NoLicenseNeededExplanation.xaml.cs
Go to the documentation of this file.
1using System.Windows.Controls;
2
3namespace MockPlugin.Misc
4{
8 public partial class NoLicenseNeededExplanation : UserControl
9 {
11 {
12 InitializeComponent();
13 }
14 }
15}
Contains things that do not fit into the other categories.
Interaction logic for NoLicenseNeededExplanation.xaml.