Exemplo n.º 1
0
        public DisplayCameraFlirForm(ref MilApp milApp, Id id)
        {
            InitializeComponent();

            //DisplayCamera = new DisplayCameraFlir(ref milApp, id, this,
            //    ref pnlBorder, ref lbModel, ref lbName, ref lbIp,
            //    ref pnlCam, ref pnlLut,
            //    ref lbTemperature, ref lbMinTemperature, ref lbMaxTemperature,
            //    ref lbPosX, ref lbPosY, ref lbFps,
            //    ref btnAuto, ref numericUpDownLutLow, ref numericUpDownLutHight,
            //    ref txBoxName);

            DisplayCamera.AllocCamera();
        }