Nos partenaires et nous-mêmes utilisons différentes technologies, telles que les cookies, pour personnaliser les contenus et les publicités, proposer des fonctionnalités sur les réseaux sociaux et analyser le trafic. Merci de cliquer sur le bouton ci-dessous pour donner votre accord. Vous pouvez changer d’avis et modifier vos choix à tout moment. Informations RGPD
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(); } } }