OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Replace direct references to WinRT types with Okra specific types #27

Closed Andy-Wilkinson closed 10 years ago

Andy-Wilkinson commented 10 years ago

In a number of places WinRT types are exposed via the external API surface of the Okra App Framework (i.e. via interfaces used by services & view-models rather than the implementations). This will hinder any future support for platforms outside of WinRT so should be replaced with Okra specific types.

e.g. NavigationMode enumeration

Andy-Wilkinson commented 10 years ago

All WinRT types have been replaced in key interfaces & types