2using System.Windows.Forms;
4using MockPlugin.Properties;
20 InitializeComponent();
31 SimpleLabel.Text =
string.Format(LocalizeMockPlugin.StatusViewControl_timer1_Tick_,DateTime.Now.ToString(
"HH:mm:ss"),
mDev?.
Name);
Things provided by an AxelSemrau program or library. Do not put your own code into this namespace,...
A fake device. This namespace contains the fake device driver and auxiliary classes for settings,...
Contains things that do not fit into the other categories.
A chronos plugin implementation for a fake device. We pretend we are controlling a mixture of coffee ...
string Name
User-selected name for the device instance.
This control is used to show the status for our MockDevice.
void timer1_Tick(object sender, EventArgs e)