摘要: <DataGridCheckBoxColumn Width="80" Header="选择" Binding="{Binding Selected,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" > <DataGridCheckBoxColumn. 阅读全文
posted @ 2020-01-15 16:34 码吗 阅读(1737) 评论(0) 推荐(2)
摘要: 这里写一种,COM口的数据接收,发送方法。 1.COMHelper类 1 /// <summary>初始化串行端口</summary> 2 private SerialPort _serialPort; 3 4 public SerialPort serialPort 5 { 6 get { ret 阅读全文
posted @ 2017-10-26 17:37 码吗 阅读(5326) 评论(1) 推荐(1)
摘要: 页面代码: 资源样式代码: 1 <Style TargetType="ListBox" x:Key="StepTemp"> 2 <Style.Resources> 3 <SolidColorBrush Color="Transparent" x:Key="{x:Static SystemColors 阅读全文
posted @ 2017-10-26 16:39 码吗 阅读(377) 评论(0) 推荐(0)
摘要: 测试 阅读全文
posted @ 2017-10-26 15:37 码吗 阅读(103) 评论(0) 推荐(0)