Get ContentControl navigation working
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.UI.Xaml;
|
||||
|
||||
namespace Hyperbar.UI.Windows;
|
||||
|
||||
public interface IViewModelContentBinder
|
||||
{
|
||||
void Bind(FrameworkElement view,
|
||||
object context);
|
||||
}
|
||||
Reference in New Issue
Block a user