Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
ConnectionStringEditor.cs
Go to the documentation of this file.
1using System.Windows.Forms;
2
3namespace MockPlugin.Device
4{
8 public partial class ConnectionStringEditor : Form
9 {
11 {
12 InitializeComponent();
13 }
14 }
15}
A fake device. This namespace contains the fake device driver and auxiliary classes for settings,...
Just a form with a TextBox. Nothing to see here.