C# Class Wix.SonarQube.Dialogs.BAForm

Inheritance: System.Windows.Forms.Form
Show file Open project: SonarQubeCommunity/sonarqube-windows-installer

Public Methods

Method Description
BAForm ( ) : System

Protected Methods

Method Description
Form_FormClosing ( object sender, FormClosingEventArgs e ) : void
OnLocationChanged ( EventArgs e ) : void
OnShown ( EventArgs e ) : void
cancel_Click ( object sender, System e ) : void

Method Details

BAForm() public method

public BAForm ( ) : System
return System

Form_FormClosing() protected method

protected Form_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
return void

OnLocationChanged() protected method

protected OnLocationChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void

cancel_Click() protected method

protected cancel_Click ( object sender, System e ) : void
sender object
e System
return void