AniDBmini.FileWatchedArgs.FileWatchedArgs C# (CSharp) Method

FileWatchedArgs() public method

public FileWatchedArgs ( string f_Path ) : System
f_Path string
return System
        public FileWatchedArgs(string f_Path)
        {
            Item = new HashItem(f_Path);
        }
FileWatchedArgs