C# Class Cyotek.AzureContainerEcho.Client.AboutDialog

Show file Open project: cyotek/Cyotek.AzureContainerEcho

Public Methods

Method Description
AboutDialog ( ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
AddReadme ( string fileName ) : void
ShowAboutDialog ( ) : void
closeButton_Click ( object sender, EventArgs e ) : void
footerGroupBox_Paint ( object sender, PaintEventArgs e ) : void
webLinkLabel_Click ( object sender, EventArgs e ) : void

Method Details

AboutDialog() public method

public AboutDialog ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void