C# Класс XRefresh.PageMain

Показать файл Открыть проект

Открытые методы

Метод Описание
OnApply ( ) : void
OnInit ( ) : void
OnSetActive ( ) : void
PageMain ( Model model ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnApply() публичный Метод

public OnApply ( ) : void
Результат void

OnInit() публичный Метод

public OnInit ( ) : void
Результат void

OnSetActive() публичный Метод

public OnSetActive ( ) : void
Результат void

PageMain() публичный Метод

public PageMain ( Model model ) : System
model Model
Результат System