C# Class FSOInstaller.InstallerStart

Inheritance: System.Windows.Forms.Form
显示文件 Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
LanguageSetNames string[]

Public Methods

Method Description
InstallerStart ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BrowseButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstallButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InstallerStart() public method

public InstallerStart ( ) : System
return System

Property Details

LanguageSetNames public_oe static_oe property

public static string[] LanguageSetNames
return string[]