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