private static void OnPageCanGoBackChanged(object sender, bool canCurrentPageGoBack)
 {
     _canCurrentPageGoBack = canCurrentPageGoBack;
     OnCurrentPageCanGoBackChanged?.Invoke(sender, canCurrentPageGoBack);
 }
Ejemplo n.º 2
0
 private void OnPageCanGoBackChanged(object sender, bool canCurrentPageGoBack)
 {
     OnCurrentPageCanGoBackChanged?.Invoke(sender, canCurrentPageGoBack);
 }