Files
EgtWPFLib/EgtCalculatorWD.xaml
Emmanuele Sassi 244dbfd15a EgtWPFLib :
- Corretti errori in calcolatrice a finestra e aggiunto titolo.
2016-01-19 16:19:50 +00:00

17 lines
549 B
XML

<Window x:Class="EgtCalculatorWD"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="EgtCalculatorWD" Height="320" Width="341.3" ShowInTaskbar="False" ResizeMode="NoResize" WindowStyle="None"
AllowsTransparency="True">
<Window.Resources>
<ResourceDictionary Source="EgtWPFLibDictionary.xaml" />
</Window.Resources>
<!-- Definizione della Calculator Window -->
<Grid Name="CalculatorWDGrid">
</Grid>
</Window>