C# Class VAGSuite.msiupdater.MSIUpdaterEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite

Public Methods

Method Description
MSIUpdaterEventArgs ( string Data, bool Update, bool mVersion2High, System.Version NewVersion, bool info, string xmlfile ) : System

Method Details

MSIUpdaterEventArgs() public method

public MSIUpdaterEventArgs ( string Data, bool Update, bool mVersion2High, System.Version NewVersion, bool info, string xmlfile ) : System
Data string
Update bool
mVersion2High bool
NewVersion System.Version
info bool
xmlfile string
return System