月更
This commit is contained in:
@@ -3,9 +3,9 @@ using System.Linq;
|
||||
using System.Windows;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Animation;
|
||||
using AntDesign.WPF.Contracts;
|
||||
using AntDesignWPF.Contracts;
|
||||
|
||||
namespace AntDesign.WPF.Utils
|
||||
namespace AntDesignWPF.Utils
|
||||
{
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace AntDesign.WPF.Utils
|
||||
/// </summary>
|
||||
public static class Spinner
|
||||
{
|
||||
private const string storyBoardName = "AntDesign.WPF.SpinnerStoryBoard";
|
||||
private const string storyBoardName = "AntDesignWPF.SpinnerStoryBoard";
|
||||
|
||||
/// <summary>
|
||||
/// Start the spinning animation.
|
||||
|
||||
Reference in New Issue
Block a user