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