C# Class TestIntelReporter.UpdateEventArgs

Inheritance: System.EventArgs
显示文件 Open project: EtherealWake/test-intel Class Usage Examples

Public Methods

Method Description
UpdateEventArgs ( System.Version oldVersion, System.Version newVersion, string updateUri ) : System

Method Details

UpdateEventArgs() public method

public UpdateEventArgs ( System.Version oldVersion, System.Version newVersion, string updateUri ) : System
oldVersion System.Version
newVersion System.Version
updateUri string
return System