<Window x:Class="mythos.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:mythos"
xmlns:viewModel="clr-namespace:mythos.MVVM.ViewModel"
mc:Ignorable="d"
Height="900" Width="1015"
WindowStyle="None"
ResizeMode="CanResizeWithGrip"
Background="Transparent"
AllowsTransparency="True" IsManipulationEnabled="True">
<Window.DataContext>
<viewModel:MainViewModel/>
</Window.DataContext>
<Window x:Class="mythos.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:mythos"
xmlns:viewModel="clr-namespace:mythos.MVVM.ViewModel"
mc:Ignorable="d"
Height="900" Width="1015"
WindowStyle="None"
ResizeMode="CanResizeWithGrip"
Background="Transparent"
AllowsTransparency="True" IsManipulationEnabled="True">
<Window.DataContext>
<viewModel:MainViewModel/>
</Window.DataContext>