|
@@ -19,10 +19,10 @@ public partial class DynamicContentDialog : Window
|
|
|
set => SetValue(CanSaveProperty, value);
|
|
|
}
|
|
|
|
|
|
- public DynamicContentDialog(FrameworkElement element, bool buttonsvisible = true)
|
|
|
+ public DynamicContentDialog(FrameworkElement element, bool buttonsVisible = true)
|
|
|
{
|
|
|
InitializeComponent();
|
|
|
- ButtonsVisible = buttonsvisible;
|
|
|
+ ButtonsVisible = buttonsVisible;
|
|
|
Presenter.Content = element;
|
|
|
}
|
|
|
|