This commit is contained in:
TheXamlGuy
2024-01-06 14:34:25 +00:00
parent 53537aa4c7
commit e1c7846e45
73 changed files with 251 additions and 198 deletions
@@ -3,7 +3,7 @@ using Microsoft.UI.Xaml.Controls;
namespace Hyperbar.Windows;
public class TemplateGeneratorControl :
public class TemplateGeneratorControl :
ContentControl
{
public TemplateGeneratorControl()
@@ -18,4 +18,4 @@ public class TemplateGeneratorControl :
Content = templatedViewModel.TemplateFactory.Create(DataContext.GetType().Name);
}
}
}
}