wxr
2019-12-06 9aa32bd5ed75d54b2141b6c91f163d43216a3643
1
2
3
4
5
6
7
8
9
10
11
using System;
namespace HDL_ON
{
    public class PanelModular : Common
    {
        public PanelModular ()
        {
            //this.Type = DeviceType.YIPanel;
        }
    }
}