Example #1
0
 private void On_Log_Back_Click(object sender, EventArgs e)
 {
     OnBackBtnEvent?.Invoke(this, e);
 }
 private void On_Back_Click(object sender, RoutedEventArgs e)
 {
     OnBackBtnEvent?.Invoke(this, new EventArgs());
 }