Chronos Plugins 5.11.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}
Placeholder for the Chronos provided license check dialog window. To use the real dialog,...
Just a placeholder for an internally generated dialog window that uses a LicenseCheckViewModel.