Packman.FileCopyEventArgs.FileCopyEventArgs C# (CSharp) Method

FileCopyEventArgs() public method

public FileCopyEventArgs ( string source, string destination ) : System
source string
destination string
return System
        public FileCopyEventArgs(string source, string destination)
        {
            Source = source;
            Destination = destination;
        }
FileCopyEventArgs