mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-20 05:29:07 +00:00
8 lines
490 B
XML
8 lines
490 B
XML
<UserControl x:Class="AutoTrackR2.StatsPage"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Height="396" Width="626">
|
|
<Grid Background="{DynamicResource BackgroundLightBrush}">
|
|
<TextBlock Text="Stats and graphs coming soon!" FontSize="24" Foreground="{DynamicResource TextBrush}" HorizontalAlignment="Center" VerticalAlignment="Center"/>
|
|
</Grid>
|
|
</UserControl>
|