aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.Synchronization.UI/MainWindow.xaml
blob: 41dd9d9e3716aba6656686e9aa9b1b43c97fa3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<mahapps:MetroWindow x:Class="Tango.Synchronization.UI.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:mahapps="http://metro.mahapps.com/winfx/xaml/controls"
        xmlns:System="clr-namespace:System;assembly=mscorlib"
        xmlns:converters="clr-namespace:Tango.SharedUI.Converters;assembly=Tango.SharedUI"
        xmlns:fa="http://schemas.fontawesome.io/icons/"
        xmlns:local="clr-namespace:Tango.Synchronization.UI"
        xmlns:views="clr-namespace:Tango.Synchronization.UI.Views"
        mc:Ignorable="d"
        Title="Tango DataBase Synchronization Utility" Height="600" Width="1000" TitleCaps="False" BorderBrush="Gray" BorderThickness="1" WindowStartupLocation="CenterScreen" Background="#202020" Foreground="Gainsboro" DataContext="{Binding RelativeSource={RelativeSource Self}}">
    <Grid>
        <views:MainView DataContext="{StaticResource MainViewVM}"></views:MainView>
    </Grid>
</mahapps:MetroWindow>