屏蔽n36200设备,屏蔽第九台架

This commit is contained in:
hsc
2026-07-20 13:29:21 +08:00
parent 32d62de6f8
commit 2a363d37cd
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace DeviceCommand.Device namespace DeviceCommand.Device
{ {
[ADPCommand] //[ADPCommand]
public class N36200 : Tcp public class N36200 : Tcp
{ {
//只有一个,八台产品一起用一个 //只有一个,八台产品一起用一个

View File

@@ -231,7 +231,7 @@
</ContentControl> </ContentControl>
<!-- 单元 9TestCell9默认 (2,2) --> <!-- 单元 9TestCell9默认 (2,2) -->
<ContentControl prism:RegionManager.RegionName="TestCell9" Margin="2"> <!--<ContentControl prism:RegionManager.RegionName="TestCell9" Margin="2">
<ContentControl.Style> <ContentControl.Style>
<Style TargetType="ContentControl"> <Style TargetType="ContentControl">
<Setter Property="Grid.Row" Value="2"/> <Setter Property="Grid.Row" Value="2"/>
@@ -253,6 +253,6 @@
</Style.Triggers> </Style.Triggers>
</Style> </Style>
</ContentControl.Style> </ContentControl.Style>
</ContentControl> </ContentControl>-->
</Grid> </Grid>
</UserControl> </UserControl>