Namespace ISynergy.Framework.Mvvm.Abstractions
Interfaces
IBootstrap
Bootstrapper interface.
ICleanup
Defines a common interface for classes that should be cleaned up, but without the implications that IDisposable presupposes. An instance implementing ICleanup can be cleaned up without being disposed and garbage collected.
IView
Interface IView
IWindow
Interface IWindow