コード例 #1
0
        public EXIFextractor(string file, string sp, string msp)
        {
            properties = new Hashtable();
            this.sp = sp;
            this.msp = msp;

            myHash = new translation();
            //
            this.buildDB(GetExifProperties(file));
        }