Exemplo n.º 1
0
 void OnBack()
 {
     OnBackButton.Invoke();
 }
Exemplo n.º 2
0
 private void OnOnBackButton(BackButtonEventArgs e)
 {
     OnBackButton?.Invoke(this, e);
 }