a better layout, + start of app state imple

This commit is contained in:
Paul Schneider 2016-10-15 16:09:55 +02:00
commit 90155fe8da
14 changed files with 94 additions and 62 deletions

View file

@ -1,15 +1,10 @@
using BookAStar.Helpers;
using BookAStar.Model;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.ObjectModel;
using System.Windows.Input;
namespace BookAStar.ViewModels
{
using Data;
using Model;
public class BookQueriesViewModel : XLabs.Forms.Mvvm.ViewModel
{
public BookQueriesViewModel()

View file

@ -1,7 +1,4 @@
using BookAStar.Helpers;
using BookAStar.Model.Auth.Account;
using BookAStar.Pages;
using System.Collections.ObjectModel;
using System.Collections.ObjectModel;
using System.Linq;
using Xamarin.Forms;
using XLabs.Forms.Behaviors;
@ -12,7 +9,11 @@ using XLabs.Platform.Services;
namespace BookAStar.ViewModels
{
using Data;
using Helpers;
using Model.Auth.Account;
using Pages;
internal class DashboardViewModel : ViewModel
{
int rating;