BExplorer.Shell.ShellView.OpenShareUI C# (CSharp) Метод

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

public OpenShareUI ( ) : void
Результат void
    public void OpenShareUI() => Shell32.ShowShareFolderUI(this.Handle, Marshal.StringToHGlobalAuto(this.GetFirstSelectedItem().ParsingName.Replace(@"\\", @"\")));
ShellView