Skip to content

Commit

Permalink
chore: rename demo files.
Browse files Browse the repository at this point in the history
  • Loading branch information
NaBian committed Dec 8, 2024
1 parent cf6f412 commit 2075c28
Show file tree
Hide file tree
Showing 212 changed files with 845 additions and 845 deletions.
1,052 changes: 526 additions & 526 deletions src/Shared/HandyControlDemo_Code/HandyControlDemo_Code.csproj

Large diffs are not rendered by default.

632 changes: 316 additions & 316 deletions src/Shared/HandyControlDemo_Shared/HandyControlDemo_Shared.projitems

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<UserControl x:Class="HandyControlDemo.UserControl.AnimationPathDemoCtl"
<UserControl x:Class="HandyControlDemo.UserControl.AnimationPathDemo"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
Background="{DynamicResource RegionBrush}"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
namespace HandyControlDemo.UserControl;

public partial class AnimationPathDemoCtl
public partial class AnimationPathDemo
{
public AnimationPathDemoCtl()
public AnimationPathDemo()
{
InitializeComponent();
}
Expand Down

0 comments on commit 2075c28

Please sign in to comment.