13 lines
239 B
C#
13 lines
239 B
C#
using System.Windows.Controls;
|
|
|
|
namespace XplorePlane.Views.Debug
|
|
{
|
|
public partial class PerformanceMonitorView : UserControl
|
|
{
|
|
public PerformanceMonitorView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|