Example #1
0
        public void ShowInspectData(string DbFilePath, string _frameName, string lotName, string _imageDirectory, string _product)
        {
            List <string> list_FrameName;

            SQLiteOperation.GetFrame(DbFilePath, lotName, out list_FrameName, ref LotIndex, ref rowCount, ref columnCount);

            this.frameName      = _frameName;
            this.lotName        = lotName;
            this.imageDirectory = _imageDirectory;
            this.DbFilePath     = DbFilePath;
            this.product        = _product;
        }