PKStudio.Forms.BaseForms.PathEventArgs.PathEventArgs C# (CSharp) Méthode

PathEventArgs() public méthode

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