diff --git a/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RepeatButtonPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RepeatButtonPage.xaml
index 3471a41..68df893 100644
--- a/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RepeatButtonPage.xaml
+++ b/source/iNKORE.UI.WPF.Modern.Gallery/ControlPages/RepeatButtonPage.xaml
@@ -9,9 +9,9 @@
xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
Title="Repeat Button Page"
d:DesignWidth="800"
- mc:Ignorable="d">
+ mc:Ignorable="d" Loaded="Page_Loaded">
-
+
@@ -29,15 +29,9 @@
-
+
-
-
- <RepeatButton Content="Click and hold" Click="RepeatButton_Click" $(IsEnabled)/>
-
-
-
$@"
+
+";
+ #endregion
}
}