Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
EditMachineParams.xaml.cs
Go to the documentation of this file.
1using System.Windows.Controls;
2
3namespace MockPlugin.Device
4{
8 public partial class EditMachineParams : UserControl
9 {
11 {
12 InitializeComponent();
13 }
14 }
15}
A fake device. This namespace contains the fake device driver and auxiliary classes for settings,...
Interaction logic for EditMachineParams.xaml.