Refactoring||prettying

This commit is contained in:
Paul Schneider 2016-09-18 00:28:33 +02:00
commit f3e69fec5f
6 changed files with 22 additions and 27 deletions

View file

@ -1,17 +1,9 @@
using BookAStar.Model.Blog;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection.Emit;
using System.Text;
using Xamarin.Forms;
using Yavsc.Models;
namespace BookAStar
namespace BookAStar.Pages
{
public class BlogPage : ContentPage
{
HtmlWebViewSource _source;