﻿<Page x:Class="Live_Scoring_V1.Test"
      xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
      xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
      xmlns:local="clr-namespace:Live_Scoring_V1"
      mc:Ignorable="d" 
      d:DesignHeight="300" d:DesignWidth="300"
      Title="Test">

    <Grid>
		<StackPanel x:Name="MyTimers" Orientation="Vertical" VerticalAlignment="Top">
			
		</StackPanel>
		<Button Height="20" VerticalAlignment="Bottom" Margin="20" Click="Button_Click">Create</Button>
		<Border BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Left" Height="100" Margin="48,126,0,0" VerticalAlignment="Top" Width="100"/>
	</Grid>
</Page>
