C# Class TfsCommitMonitor.ChangesetEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Vooban/vooban.tfs.commitmonitor Class Usage Examples

Public Methods

Method Description
ChangesetEventArgs ( string projectId, int changesetId ) : System

Method Details

ChangesetEventArgs() public method

public ChangesetEventArgs ( string projectId, int changesetId ) : System
projectId string
changesetId int
return System