﻿<Window x:Class="clock.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" Loaded="Window_Loaded">
    <Grid>
        <MediaElement Height="Auto" HorizontalAlignment="Stretch" Name="mediaElementVideo" VerticalAlignment="Stretch" Width="Auto" MediaOpened="mediaElementVideo_MediaOpened" MediaFailed="mediaElementVideo_MediaFailed" />
    </Grid>
</Window>
