C# Class PseudoTV_Manager.Forms.SettingsWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: PseudoTV/PseudoTV_Manager Class Usage Examples

Méthodes publiques

Свойство Type Description
KodiVersion KodiVersion
User string

Méthodes publiques

Méthode Description
ReadVersion ( string genreName ) : int
SettingsWindow ( MainWindow mainWindow ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

ReadVersion() public méthode

public ReadVersion ( string genreName ) : int
genreName string
Résultat int

SettingsWindow() public méthode

public SettingsWindow ( MainWindow mainWindow ) : System
mainWindow MainWindow
Résultat System

Property Details

KodiVersion public_oe property

public KodiVersion KodiVersion
Résultat KodiVersion

User public_oe property

public string User
Résultat string