2024-04-26 12:57:18 -03:00
|
|
|
<Window x:Class="GTPCorrgir.VentanaResultado"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:local="clr-namespace:GTPCorrgir"
|
2024-05-22 06:12:46 -03:00
|
|
|
WindowStyle="None" AllowsTransparency="True" Background="White"
|
2024-04-26 12:57:18 -03:00
|
|
|
Topmost="True" ShowInTaskbar="False"
|
|
|
|
MouseLeftButtonDown="Window_MouseLeftButtonDown">
|
|
|
|
|
|
|
|
<Border CornerRadius="10" Background="#AAF0F0F0" Padding="10">
|
|
|
|
<TextBlock x:Name="MessageText" FontSize="14" TextWrapping="Wrap"/>
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
</Window>
|