2020-04-19 22:53:34 +00:00
|
|
|
<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"
|
2020-04-19 22:53:34 +00:00
|
|
|
mc:Ignorable="d"
|
|
|
|
Title="Custom_Message___Kopieren" Height="450" Width="800">
|
|
|
|
<Grid>
|
2020-06-10 20:19:43 +00:00
|
|
|
<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>
|
|
|
|
|
2020-04-19 22:53:34 +00:00
|
|
|
</Grid>
|
|
|
|
</Window>
|