mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-18 20:59:05 +00:00
12 lines
204 B
C#
12 lines
204 B
C#
using System.Windows.Controls;
|
|
|
|
namespace AutoTrackR2
|
|
{
|
|
public partial class StatsPage : UserControl
|
|
{
|
|
public StatsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|