GetVerification() private method

private GetVerification ( IWin32Window owner ) : DialogResult
owner IWin32Window
return DialogResult
 DialogResult ShowBloomLibraryLinkVerificationDialog()
 {
     var dlg = new BloomLibraryLinkVerification();
     return dlg.GetVerification(this);
 }
        DialogResult ShowBloomLibraryLinkVerificationDialog()
        {
            var dlg = new BloomLibraryLinkVerification();

            return(dlg.GetVerification(this));
        }