Files
SLikeNet/Samples/WindowsStore8/MainPage.xaml
2025-11-24 14:19:51 +05:30

14 lines
515 B
XML

<Page
x:Class="RakNet_WindowsStore8_VS2012.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:RakNet_WindowsStore8_VS2012"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
</Grid>
</Page>