Exemplo n.º 1
0
        public IniManager(string filePath)
        {
            _native = new TmNative();

            _filePointer = _native.IniOpen(filePath);
        }