1using System.Windows.Forms;
17 InitializeComponent();
25 set => mParamsEditor.DataContext = value;
A fake device. This namespace contains the fake device driver and auxiliary classes for settings,...
Simple user interfrace for the fake coffee maker's parameters.
readonly EditMachineParams mParamsEditor
We are using a seperate WPF part here for actually editing the parameters so that we can reuse it if,...
CoffeMakerParams Parameters
We have a fancy coffee machine that can regulate the warmer temperature for the pot and has lamps for...
Interaction logic for EditMachineParams.xaml.