C# Class Network_Manager.VersionInfo.UpdateEventArgs

Inheritance: System.EventArgs
Show file Open project: SortByte/Network-Manager

Public Properties

Property Type Description
NewUpdates List

Public Methods

Method Description
UpdateEventArgs ( List newUpdates ) : System

Method Details

UpdateEventArgs() public method

public UpdateEventArgs ( List newUpdates ) : System
newUpdates List
return System

Property Details

NewUpdates public property

public List NewUpdates
return List