Exemple #1
0
        void RegisterExternalScripts()
        {
            int count = 0;

            foreach (string url in m_player.SetUpExternalScripts())
            {
                count++;
                ScriptManager.RegisterClientScriptInclude(this, this.GetType(), "scriptResource" + count.ToString(), url);
            }
        }