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));
        }