Hébergeur de fichiers indépendant

Class8.cs

À propos

Type de fichier
Fichier CS de 1 Ko (text/plain)
Confidentialité
Fichier public, envoyé le 3 août 2013 à 22:16, depuis l'adresse IP 213.111.x.x (France)
Sécurité
Ne contient aucun Virus ou Malware connus - Dernière vérification: hier
Statistiques
La présente page de téléchargement a été vue 670 fois depuis l'envoi du fichier
Page de téléchargement

Aperçu du fichier


namespace Phoenix.Util
{
    using Phoenix.Core;
    using Phoenix.Storage;
    using System;
    using System.Collections.Generic;
    using System.Data;

    internal class Class8
    {
        private static Dictionary<string, string> dictionary_0 = new Dictionary<string, string>();

        public static void smethod_0(Class1 class1_0)
        {
            GClass3.smethod_0(smethod_1("emu_loadtexts"));
            smethod_2();
            DataTable table = class1_0.method_3("SELECT identifier, display_text FROM texts ORDER BY identifier ASC;");
            if (table != null)
            {
                foreach (DataRow row in table.Rows)
                {
                    dictionary_0.Add(row["identifier"].ToString(), row["display_text"].ToString());
                }
            }
        }

        public static string smethod_1(string string_0)
        {
            if ((dictionary_0 != null) && (dictionary_0.Count > 0))
            {
                return dictionary_0[string_0];
            }
            return string_0;
        }

        public static void smethod_2()
        {
            dictionary_0.Clear();
        }
    }
}



Partager le fichier


Télécharger Class8.cs


Télécharger Class8.cs