wip billing

This commit is contained in:
Paul Schneider 2016-10-10 12:57:58 +02:00
commit 1bffe247e3
4 changed files with 27 additions and 25 deletions

View file

@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace BookAStar.Views
{
public partial class CommandLineEditor : ContentView
{
public CommandLineEditor()
{
InitializeComponent();
}
}
}