CSSScript.ShellExForm.SEItem.SEItem C# (CSharp) Метод

SEItem() публичный Метод

public SEItem ( string path ) : System
path string
Результат System
            public SEItem(string path)
            {
                this.path = path;
                this.location = path;
                Refresh();
            }
            public void Refresh()