C# Class TVServerKodi.Forms.SetupForm

Afficher le fichier Open project: margro/TVServerXBMC

Méthodes publiques

Méthode Description
OnSectionActivated ( ) : void
OnSectionDeActivated ( ) : void
SetupForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddUncPathItem ( List pathItems, string name, string path ) : bool
EnableUncButtons ( ) : void
InitializeComponent ( ) : void

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

LoadUncPaths ( ) : void
ShowCreateShareForm ( UncPathItem linkItem ) : void
createRecordingsShareButton_Click ( object sender, EventArgs e ) : void
createTimeshiftShareButton_Click ( object sender, EventArgs e ) : void
refreshUncButton_Click ( object sender, EventArgs e ) : void
uncRecordingPathsDataGrid_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
uncRecordingPathsDataGrid_SelectionChanged ( object sender, EventArgs e ) : void
uncTimeshiftPathsDataGrid_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
uncTimeshiftPathsDataGrid_SelectionChanged ( 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

OnSectionActivated() public méthode

public OnSectionActivated ( ) : void
Résultat void

OnSectionDeActivated() public méthode

public OnSectionDeActivated ( ) : void
Résultat void

SetupForm() public méthode

public SetupForm ( ) : System
Résultat System