diff --git a/Code/CSRender/CSRender/CSRender.csproj b/Code/CSRender/CSRender/CSRender.csproj index dc51068fa3019f897d3db8f066cd5ce5b9ad4200..1ca9ec2527dea66e1e8c43a919514e4e1184a46a 100644 --- a/Code/CSRender/CSRender/CSRender.csproj +++ b/Code/CSRender/CSRender/CSRender.csproj @@ -46,6 +46,7 @@ + @@ -58,6 +59,7 @@ + diff --git a/Code/CSRender/CSRender/MainWindow.xaml b/Code/CSRender/CSRender/MainWindow.xaml index 18d5bd10f06a7514b30e94fe45ae04c0caf10e87..f2128f28f63194f34beba29710788e090a28c6d9 100644 --- a/Code/CSRender/CSRender/MainWindow.xaml +++ b/Code/CSRender/CSRender/MainWindow.xaml @@ -3,11 +3,12 @@ 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:wfc="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms" xmlns:local="clr-namespace:CSRender" xmlns:sys="clr-namespace:System;assembly=mscorlib" mc:Ignorable="d" Title="CSRender" Height="475" Width="600" Background="#FFF3F4F4" MinWidth="600" MinHeight="330"> - + @@ -35,29 +36,24 @@