a better layout, + start of app state imple
This commit is contained in:
parent
7b3340cbc3
commit
90155fe8da
14 changed files with 94 additions and 62 deletions
10
BookAStar/BookAStar/Model/UI/PageState.cs
Normal file
10
BookAStar/BookAStar/Model/UI/PageState.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace BookAStar.Model.UI
|
||||
{
|
||||
internal class PageState
|
||||
{
|
||||
internal int Position { get; set; }
|
||||
internal object BindingContext { get; set; }
|
||||
internal string PageType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
using BookAStar.Helpers;
|
||||
using BookAStar.Data;
|
||||
using BookAStar.Helpers;
|
||||
using BookAStar.Model.Interfaces;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue