Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Container2DView.xaml @ 13578

Last change on this file since 13578 was 13578, checked in by gkronber, 8 years ago

#1966: implemented visualization for 2d packings

File size: 512 bytes
Line 
1<UserControl x:Class="HeuristicLab.Problems.BinPacking.Views.Container2DView"
2             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
5             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6             mc:Ignorable="d"
7             d:DesignHeight="300" d:DesignWidth="300"
8             >
9</UserControl>
Note: See TracBrowser for help on using the repository browser.