using System.Windows.Controls; namespace XFEToolBox.WpfCore.Controls; public class NavigationButton : RadioButton { public NavigationButton() { } }