C# Class Packman.FileCopyEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: madskristensen/Packman Class Usage Examples

Public Methods

Method Description
FileCopyEventArgs ( string source, string destination ) : System

Method Details

FileCopyEventArgs() public method

public FileCopyEventArgs ( string source, string destination ) : System
source string
destination string
return System