更新
This commit is contained in:
14
WPFDark/Controls/BiaProgressPanel.xaml.cs
Normal file
14
WPFDark/Controls/BiaProgressPanel.xaml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace WPFDark.Controls
|
||||
{
|
||||
public class BiaProgressPanel : Control
|
||||
{
|
||||
static BiaProgressPanel()
|
||||
{
|
||||
DefaultStyleKeyProperty.OverrideMetadata(typeof(BiaProgressPanel),
|
||||
new FrameworkPropertyMetadata(typeof(BiaProgressPanel)));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user