wip billing
This commit is contained in:
parent
1092f75fc4
commit
1bffe247e3
4 changed files with 27 additions and 25 deletions
18
BookAStar/BookAStar/Views/CommandLineEditor.xaml.cs
Normal file
18
BookAStar/BookAStar/Views/CommandLineEditor.xaml.cs
Normal 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();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue