Пример #1
0
        static int _m_downLoadRecordFile_xlua_st_(RealStatePtr L)
        {
            try {
                {
                    string filePath = LuaAPI.lua_tostring(L, 1);

                    int __cl_gen_ret = DBOSManager.downLoadRecordFile(filePath);
                    LuaAPI.xlua_pushinteger(L, __cl_gen_ret);



                    return(1);
                }
            } catch (System.Exception __gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + __gen_e));
            }
        }