PKStudio.Forms.BaseForms.PathEventArgs.PathEventArgs C# (CSharp) Method

PathEventArgs() public method

public PathEventArgs ( string Path ) : System
Path string
return System
        public PathEventArgs(string Path)
        {
            this.Path = Path;
        }
        public string Path { get; set; }
PathEventArgs