wpfui icon indicating copy to clipboard operation
wpfui copied to clipboard

make `NavigationService` throw-helpers `protected` (instead of `private`)

Open Palatis opened this issue 2 years ago • 0 comments

Pull request type

Please check the type of change your PR introduces:

  • [x] Update
  • [ ] Bugfix
  • [ ] Feature
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation content changes

What is the current behavior?

NavigationService has their throw-helpers declared with private modifier, which made derived classes difficult.

Issue Number: N/A

What is the new behavior?

  • Make them protected so they can be used in derived classes.

Other information

Palatis avatar Feb 09 '24 17:02 Palatis