Esempio n. 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            // Get the translations
            Translations = TranslationSQL.getAllTranslations();

            // Set the translations
            SetTranslations.setRegisterTranslations(this);
        }
Esempio n. 2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            // Get all the translations
            Translations = TranslationSQL.getAllTranslations();

            // Set the translations for the index page, send "this" as parameter so we can edit the elements
            SetTranslations.setIndexTranslations(this);
        }