private bool EditConnection(IWin32Window parentWindow) { PowerBIConnectionManagerUIForm frm = new PowerBIConnectionManagerUIForm(connectionManager, serviceProvider); var result = frm.ShowDialog(); if (result == DialogResult.OK) return true; return false; }
private bool EditConnection(IWin32Window parentWindow) { PowerBIConnectionManagerUIForm frm = new PowerBIConnectionManagerUIForm(connectionManager, serviceProvider); var result = frm.ShowDialog(); if (result == DialogResult.OK) { return(true); } return(false); }