﻿<Window x:Name="HomePage" x:Class="Live_Scoring_V1.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:Live_Scoring_V1"
        mc:Ignorable="d"
        Title="Sideline Manager" Height="600" Width="1000" Visibility="Visible" WindowStartupLocation="CenterScreen" WindowState="Maximized" ResizeMode="CanResizeWithGrip" Foreground="#FF666666" FontFamily="Verdana" Icon="/SL_App_Icon32.png" WindowStyle="None">




	<Grid Background="#122738">
	<!--<Viewbox>
		<Grid>
			<Grid.Background>
				<ImageBrush ImageSource="Images/cape-town.jpeg" Opacity="0.4"/>
			</Grid.Background>
		
		
		<Grid Background="#DB0040" Height="50" VerticalAlignment="Top">

		</Grid>
		</Grid>
		</Viewbox>
	-->
		<Frame x:Name="Main" Margin="0,0,0,0" NavigationUIVisibility="Hidden"/>

	</Grid>

</Window>
