| <UserControl x:Class="VirgoUI.Client.Models.PMs.EPDView"             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:epd="clr-namespace:EPDViewerLib;assembly=EPDViewerLib"             xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"             xmlns:cal="http://www.caliburn.org"             xmlns:ctrl="http://OpenSEMI.Ctrlib.com/presentation"             xmlns:local="clr-namespace:VirgoUI.Client.Models.PMs" IsEnabled="{Binding PageEnabled}"             mc:Ignorable="d" d:DesignHeight ="770" d:DesignWidth="1920">    <Grid>        <epd:DeviceProcess ChannelIndex="{Binding ChannelIdx}"/>    </Grid></UserControl>
 |