public Bug169(Alert alert) { InitializeComponent(); adpViewModel = new AlertDetailPageViewModel(alert); BindingContext = adpViewModel; }
public Bug169() { InitializeComponent(); IsBusy = true; adpViewModel = new AlertDetailPageViewModel(); BindingContext = adpViewModel; IsBusy = false; }