implementing the validation event handling from Forms

main
Paul Schneider 9 years ago
parent 4df65c5cec
commit 902a50c429
1 changed files with 2 additions and 1 deletions

@ -1,4 +1,5 @@
using BookAStar.Model.Auth.Account; using BookAStar.Model.Auth.Account;
using System;
using Xamarin.Forms; using Xamarin.Forms;
using Yavsc.Models.Identity; using Yavsc.Models.Identity;
@ -24,7 +25,7 @@ namespace BookAStar
object InvokeApi(string method, object arg); object InvokeApi(string method, object arg);
View CreateMarkdownView(string markdown); View CreateMarkdownView(string markdown, Action<string> update);
} }
} }

Loading…