This commit is contained in:
Paul Schneider 2016-09-29 04:54:14 +02:00
commit a72d457eef
52 changed files with 919 additions and 280 deletions

View file

@ -51,7 +51,7 @@ namespace BookAStar.Pages
}
protected void OnNewCommanLine(object sender, EventArgs e)
{
var com = new CommandLine();
var com = new BillingLine();
App.CurrentApp.EditCommandLine(this,com);
}