OesView.xaml 878 B

12345678910111213141516
  1. <UserControl x:Class="VirgoUI.Client.Models.PMs.OESView"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:epd="clr-namespace:EPDViewerLib;assembly=EPDViewerLib"
  7. xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
  8. xmlns:cal="http://www.caliburn.org"
  9. xmlns:ctrl="http://OpenSEMI.Ctrlib.com/presentation"
  10. xmlns:local="clr-namespace:VirgoUI.Client.Models.PMs"
  11. mc:Ignorable="d" d:DesignHeight ="770" d:DesignWidth="1920">
  12. <Grid>
  13. <epd:DeviceRaw ChannelIndex="{Binding ChannelIdx}"/>
  14. </Grid>
  15. </UserControl>