Inheritance: CLRScriptFramework.CLRScriptBase, IGeneratedScriptProgram
        private ACR_EmptyScript([In] ACR_EmptyScript Other)
        {
            InitScript(Other);

            LoadScriptGlobals(Other.SaveScriptGlobals());
        }