コード例 #1
0
		public IdentificationAndStatus(DeviceIdentificationModel devModel) {
			InitializeComponent();
			model = devModel;

			InitControls();
			BindData();
		}
コード例 #2
0
        public IdentificationAndStatus(DeviceIdentificationModel devModel)
        {
            InitializeComponent();
            model = devModel;

            InitControls();
            BindData();
        }