| 12345678910111213 |
- <UserControl x:Class="AlarmInfoServerSim.Views.LogBar"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:local="clr-namespace:AlarmInfoServerSim.Views"
- xmlns:prism="http://prismlibrary.com/"
- prism:ViewModelLocator.AutoWireViewModel="True"
- Height="200" Width="600"
- mc:Ignorable="d">
- <Grid Background="#FFCECECE" Margin="5,5,5,0"/>
- </UserControl>
|