Exemplo n.º 1
0
        public void AddCFunc(string name, CFuncLink link)
        {
            FuncLink FuncLink = new FuncLink
            {
                Name = name,
                Link = link,
                Type = FuncType.CSharp,
            };

            SystemScope.RegisterFunc(FuncLink);
        }