Nasdack
AboutView not registered?
Well I wouldn't use an interface for every single view model I make. An interface is like a common contract for multiple classes to adhere to... so something like
IViewModelBase
with common methods and functions that a group of view models must have, will make more sense168 replies