C# Class PseudoTV_Manager.Forms.SettingsWindow

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: PseudoTV/PseudoTV_Manager Class Usage Examples

Public Properties

Property Type Description
KodiVersion KodiVersion
User string

Public Methods

Method Description
ReadVersion ( string genreName ) : int
SettingsWindow ( MainWindow mainWindow ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BtnAddonDbLocationBrowse_Click ( object sender, EventArgs e ) : void
BtnPseudoTvSettingsLocationBrowse_Click ( object sender, EventArgs e ) : void
BtnVideoDbLocationBrowse_Click ( object sender, EventArgs e ) : void
FindKodiSettings ( ) : void
InitializeComponent ( ) : void

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

SaveSettings_Click ( object sender, EventArgs e ) : void
SettingsWindow_Load ( 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

ReadVersion() public method

public ReadVersion ( string genreName ) : int
genreName string
return int

SettingsWindow() public method

public SettingsWindow ( MainWindow mainWindow ) : System
mainWindow MainWindow
return System

Property Details

KodiVersion public_oe property

public KodiVersion KodiVersion
return KodiVersion

User public_oe property

public string User
return string