16 lines
297 B
C#
16 lines
297 B
C#
using System.Windows.Controls;
|
|
|
|
namespace SicUI.Client.Models.Platform.TM
|
|
{
|
|
/// <summary>
|
|
/// EFEMView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class EFEMView : UserControl
|
|
{
|
|
public EFEMView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|