C# Class CSPspEmu.Gui.Winforms.AboutForm

Show file Open project: soywiz/cspspemu

Public Methods

Method Description
AboutForm ( Form ParentForm, IGuiExternalInterface IGuiExternalInterface ) : System

Private Methods

Method Description
AboutForm_Load ( object sender, EventArgs e ) : void
AddLinkList ( FlowLayoutPanel Panel, int Columns, IEnumerable List ) : void
AddTitle ( FlowLayoutPanel Panel, string Title ) : void
FacebookPictureBox_Click ( object sender, EventArgs e ) : void
GitRevisionValueLinkLabel_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
TwitterPictureBox_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void

Method Details

AboutForm() public method

public AboutForm ( Form ParentForm, IGuiExternalInterface IGuiExternalInterface ) : System
ParentForm Form
IGuiExternalInterface IGuiExternalInterface
return System