Files
OmagCUT/BarNestingUC.xaml
T
Emmanuele Sassi c529c9dd59 OmagCUT :
- aggiungo file mancanti.
2015-08-23 09:50:47 +00:00

15 lines
584 B
XML

<UserControl x:Class="BarNestingUC"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="853.3" d:DesignWidth="85.3">
<!-- Definizione barra dei tasti a destra -->
<UniformGrid Rows="10" Columns="1">
</UniformGrid>
</UserControl>