C# Class XRefresh.PageMain

Afficher le fichier Open project: binaryage/xrefresh

Méthodes publiques

Méthode Description
OnApply ( ) : void
OnInit ( ) : void
OnSetActive ( ) : void
PageMain ( Model model ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Init ( ) : void
InitializeComponent ( ) : void

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

Save ( ) : void
UpdateStates ( ) : void
buttonSettingsFile_Click ( object sender, EventArgs e ) : void
buttonSoundFile_Click ( object sender, EventArgs e ) : void
checkPlaySoundOnRefresh_CheckedChanged ( object sender, EventArgs e ) : void
checkSaveSettings_CheckedChanged ( 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

OnApply() public méthode

public OnApply ( ) : void
Résultat void

OnInit() public méthode

public OnInit ( ) : void
Résultat void

OnSetActive() public méthode

public OnSetActive ( ) : void
Résultat void

PageMain() public méthode

public PageMain ( Model model ) : System
model Model
Résultat System