POL.Log_Parser.Tools.ScriptLogResults.AddScript C# (CSharp) Méthode

AddScript() private static méthode

private static AddScript ( string Name, string LST ) : void
Name string
LST string
Résultat void
        private static void AddScript(string Name, string LST)
        {
            ArrayList TempList = new ArrayList();
            TempList.Add(Name);
            TempList.Add(LST);
            Results.Add(TempList);
        }