aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/MainWindow.xaml
blob: 001a7f01da4ce048d1c5b22462665e9bbb8757d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<mahapps:MetroWindow x:Class="Tango.TransportRouter.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:converters="clr-namespace:Tango.SharedUI.Converters;assembly=Tango.SharedUI"
        xmlns:fa="http://schemas.fontawesome.io/icons/"
        xmlns:views="clr-namespace:Tango.TransportRouter.UI.Views"
        xmlns:local="clr-namespace:Tango.TransportRouter.UI"
        mc:Ignorable="d"
        Title="Tango Transport Router" Height="220" Width="545" ResizeMode="CanMinimize" TitleCaps="False" BorderBrush="Gray" BorderThickness="1" WindowStartupLocation="CenterScreen" Background="#202020" Foreground="Gainsboro" DataContext="{Binding RelativeSource={RelativeSource Self}}">
    <Grid Margin="10">
        <views:MainView DataContext="{StaticResource MainViewVM}"></views:MainView>
    </Grid>
</mahapps:MetroWindow>