Name |
Description |
App |
Interaction logic for App.xaml |
BalloonsView |
The application's graphic interface model. |
EventEngine |
Extends the EngineCore to compile with the application's graphic interface. |
MainWindowController |
Implements the IEventBasedUserInterface and updates the view on command of the engine. |
Resources |
Provides various resources for the construction and manipulation of the MainWindow class. |
UserCommandArgs |
Event arguments that encapsulate a command as a string. |
WpfBundle |
A class that inherits CoreBundle and is initialized with injection via ninject and wraps the exports of the wpf project. |
WpfModule |
This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the wpf project. |