16 lines
338 B
C#
16 lines
338 B
C#
using System.Windows.Controls;
|
|
|
|
namespace GroupLine.App.View.KPBarrelShrinkFit
|
|
{
|
|
/// <summary>
|
|
/// KPBarrelShrinkFitView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class KPBarrelShrinkFitView : UserControl
|
|
{
|
|
public KPBarrelShrinkFitView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|