FreshMvvm icon indicating copy to clipboard operation
FreshMvvm copied to clipboard

Improvement suggestions

Open thudugala opened this issue 7 years ago • 0 comments

…m public virtual void AddPage(string modelName, string title, object data = null) to public virtual void AddPage(Type pageModel, string title, object data = null). Also made PagesInner protected for override support.

Added Generic Class FreshAwaitCommand<T>

thudugala avatar Feb 13 '18 00:02 thudugala