UWUVCI-AIO-WPF/UWUVCI AIO WPF/UI/Windows/Custom Message - Kopieren.xaml

17 lines
858 B
Text
Raw Normal View History

<Window x:Class="UWUVCI_AIO_WPF.UI.Windows.Custom_Message___Kopieren"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
2020-05-06 21:53:52 +00:00
xmlns:local="clr-namespace:UWUVCI_AIO_WPF"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
mc:Ignorable="d"
Title="Custom_Message___Kopieren" Height="450" Width="800">
<Grid>
<Expander Header="Expander" HorizontalAlignment="Left" Height="100" Margin="10,10,0,0" materialDesign:ShadowAssist.CacheMode="{x:Null}" VerticalAlignment="Top" Width="239">
2020-05-06 21:53:52 +00:00
<Grid Background="#FFE5E5E5"/>
</Expander>
</Grid>
</Window>