public void AfterSelectPath(IntPtr pidl) { var path = PidlManager.GetPidlPath(pidl); Form.toolAddress.Text = path ?? ""; }