diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-06-13 10:44:28 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-06-13 10:44:28 +0300 |
| commit | 1a01ad86984edafe0e4f0cde0eae75c4bd9a821d (patch) | |
| tree | d181dc3df1bb8474c3418411334b0387b3d8cab3 /Software/Visual_Studio/TEMP | |
| parent | 00ac5cb8672a36adb0df0cf371fb9683bcdb9428 (diff) | |
| download | Tango-1a01ad86984edafe0e4f0cde0eae75c4bd9a821d.tar.gz Tango-1a01ad86984edafe0e4f0cde0eae75c4bd9a821d.zip | |
PPC v1.0.32
Diffstat (limited to 'Software/Visual_Studio/TEMP')
| -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> |
