BExplorer.Shell.ShellView.OpenShareUI C# (CSharp) Méthode

OpenShareUI() public méthode

public OpenShareUI ( ) : void
Résultat void
    public void OpenShareUI() => Shell32.ShowShareFolderUI(this.Handle, Marshal.StringToHGlobalAuto(this.GetFirstSelectedItem().ParsingName.Replace(@"\\", @"\")));
ShellView