diff options
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Graphics2D/MainWindow.xaml')
| -rw-r--r-- | Software/Visual_Studio/TEMP/Tango.Graphics2D/MainWindow.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Graphics2D/MainWindow.xaml b/Software/Visual_Studio/TEMP/Tango.Graphics2D/MainWindow.xaml index 1920f3415..abd7a1455 100644 --- a/Software/Visual_Studio/TEMP/Tango.Graphics2D/MainWindow.xaml +++ b/Software/Visual_Studio/TEMP/Tango.Graphics2D/MainWindow.xaml @@ -85,8 +85,8 @@ </TextBlock.RenderTransform> </TextBlock> - <!--<Line Stroke="Red" X1="0" Y1="0" X2="30" Y2="30"></Line>--> - <!--<Image Source="/Images/sample.png" Width="50" Height="50" />--> + <Line Stroke="Red" X1="0" Y1="0" X2="30" Y2="30"></Line> + <Image Source="/Images/sample.png" Width="50" Height="50" /> <!--<Path Stroke="Black" StrokeThickness="5" Fill="Goldenrod" Stretch="Fill"> <Path.Data> |
