VAGSuite.msiupdater.PumpString C# (CSharp) Метод

PumpString() приватный Метод

private PumpString ( string text, bool updateavailable, bool version2high, System.Version newver, bool info, string xmlfile ) : void
text string
updateavailable bool
version2high bool
newver System.Version
info bool
xmlfile string
Результат void
        private void PumpString(string text, bool updateavailable, bool version2high, Version newver, bool info, string xmlfile)
        {
            onDataPump(new MSIUpdaterEventArgs(text, updateavailable, version2high, newver, info, xmlfile));
        }