public FoundFormPresenter(IFoundModel model)
 {
     _model         = model;
     instance       = FoundPage.instance;
     PickPicCommand = new Command(() => PickPic());
     SaveCommand    = new Command(() => Save());
     OcrCommand     = new Command(() => OCR());
     CancelCommand  = new Command(() => LoginOpen());
 }
Example #2
0
 public static void Save(IFoundModel model, ContentPage instance)
 {
 }