244dbfd15a
- Corretti errori in calcolatrice a finestra e aggiunto titolo.
17 lines
549 B
XML
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>
|