Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
LicenseCheckDialog.cs
Go to the documentation of this file.
1using System.Windows;
2
4{
8 public abstract class LicenseCheckDialog : Window
9 {
10 }
11}
Just a placeholder for an internally generated dialog window that uses a LicenseCheckViewModel.