Namespace Content.Client.Computer
Classes
ComputerBoundUserInterface<TWindow, TState>
ComputerBoundUserInterface shunts all sorts of responsibilities that are in the BoundUserInterface for architectural reasons into the Window. NOTE: Despite the name, ComputerBoundUserInterface does not and will not care about things like power.
ComputerBoundUserInterfaceBase
This class is to avoid a lot of <> being written when we just want to refer to SendMessage. We could instead qualify a lot of generics even further, but that is a waste of time.