Files
XplorePlane/XplorePlane/Views/Debug/PerformanceMonitorView.xaml.cs
T
2026-05-18 09:38:29 +08:00

13 lines
239 B
C#

using System.Windows.Controls;
namespace XplorePlane.Views.Debug
{
public partial class PerformanceMonitorView : UserControl
{
public PerformanceMonitorView()
{
InitializeComponent();
}
}
}