Skip to content

Commit 2075c28

Browse files
committed
chore: rename demo files.
1 parent cf6f412 commit 2075c28

File tree

212 files changed

+845
-845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+845
-845
lines changed

src/Shared/HandyControlDemo_Code/HandyControlDemo_Code.csproj

Lines changed: 526 additions & 526 deletions
Large diffs are not rendered by default.

src/Shared/HandyControlDemo_Shared/HandyControlDemo_Shared.projitems

Lines changed: 316 additions & 316 deletions
Large diffs are not rendered by default.

src/Shared/HandyControlDemo_Shared/UserControl/Controls/AnimationPathDemoCtl.xaml renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/AnimationPathDemo.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl x:Class="HandyControlDemo.UserControl.AnimationPathDemoCtl"
1+
<UserControl x:Class="HandyControlDemo.UserControl.AnimationPathDemo"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
Background="{DynamicResource RegionBrush}"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

src/Shared/HandyControlDemo_Shared/UserControl/Controls/AnimationPathDemoCtl.xaml.cs renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/AnimationPathDemo.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
namespace HandyControlDemo.UserControl;
22

3-
public partial class AnimationPathDemoCtl
3+
public partial class AnimationPathDemo
44
{
5-
public AnimationPathDemoCtl()
5+
public AnimationPathDemo()
66
{
77
InitializeComponent();
88
}

src/Shared/HandyControlDemo_Shared/UserControl/Controls/AutoCompleteTextBoxDemoCtl.xaml renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/AutoCompleteTextBoxDemo.xaml

File renamed without changes.

src/Shared/HandyControlDemo_Shared/UserControl/Controls/AutoCompleteTextBoxDemoCtl.xaml.cs renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/AutoCompleteTextBoxDemo.xaml.cs

File renamed without changes.

src/Shared/HandyControlDemo_Shared/UserControl/Controls/BadgeDemoCtl.xaml renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/BadgeDemo.xaml

File renamed without changes.

src/Shared/HandyControlDemo_Shared/UserControl/Controls/BadgeDemoCtl.xaml.cs renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/BadgeDemo.xaml.cs

File renamed without changes.

src/Shared/HandyControlDemo_Shared/UserControl/Controls/ButtonGroupDemoCtl.xaml renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/ButtonGroupDemo.xaml

File renamed without changes.

src/Shared/HandyControlDemo_Shared/UserControl/Controls/ButtonGroupDemoCtl.xaml.cs renamed to src/Shared/HandyControlDemo_Shared/UserControl/Controls/ButtonGroupDemo.xaml.cs

File renamed without changes.

0 commit comments

Comments
 (0)