12 lines
243 B
C#
12 lines
243 B
C#
using System.Windows.Controls;
|
|
|
|
namespace YY.Admin.Views.RubberQuickTestStd;
|
|
|
|
public partial class RubberQuickTestStdDetailDialogView : UserControl
|
|
{
|
|
public RubberQuickTestStdDetailDialogView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|