1using System.Windows.Controls;
2using System.Windows.Media;
14 InitializeComponent();
15 NavBarIcon = (ImageSource)Resources[
"CoffeeMachineBitmapImage"];
Foundation of a consumable management system. Not yet really utilized in Chronos itself,...
Classes for managing consumables of our imagined coffee machine.
Keeps track of all consumables that are associated to our mock coffee machine.
string DisplayName
Name to show in the navigation bar.
CoffeeConsumableManagerUI()
ImageSource NavBarIcon
Provide some image for the user that can be displayed in the navigation bar.
CoffeeConsumableManager Manager
We don't want a 1:1 display of the pools and puddles, but a re-arranged model grouped by related devi...
View model for coffee machine related consumables.