private void On_Log_Skip_Click(object sender, EventArgs e) { OnSkipBtnEvent?.Invoke(this, e); }
private void On_Skip_Click(object sender, RoutedEventArgs e) { OnSkipBtnEvent?.Invoke(this, new EventArgs()); }