Pārlūkot izejas kodu

Changed parameter name

Kenric Nugteren 5 mēneši atpakaļ
vecāks
revīzija
d80bf6c3be

+ 2 - 2
inabox.wpf/DynamicGrid/Controls/DynamicContentDialog.xaml.cs

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