Exemple #1
0
 public FotosCRUDView(AtendimentoFoto foto, string title) : this()
 {
     this.Title = title;
     this.previousBarBackgroundColor = App.navigationPage.BarBackgroundColor;
     this.previousBarTextColor       = App.navigationPage.BarTextColor;
     BindingContext             = viewModel = new FotosCRUDViewModel(foto);
     App.navigationPage.Popped += OnPoppedCRUDFoto;
 }
Exemple #2
0
 public FotosCRUDView(AtendimentoFoto foto, string title) : this()
 {
     this.Title     = title;
     BindingContext = viewModel = new FotosCRUDViewModel(foto);
 }