Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
ShowPluginIsInCharge.xaml.cs
Go to the documentation of this file.
1using System.Windows;
2
4{
8 public partial class ShowPluginIsInCharge : Window
9 {
11 {
12 InitializeComponent();
13 }
14 }
15}
The classes in this namespace demonstrate how to interact with the Chronos sample list.
Interaction logic for ShowPluginIsInCharge.xaml.