C# Класс CompetitionExp.CompetitionForm

The main form for the GUI
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
Animate ( IViewProvider provider, System.Action onFinish = null ) : void

Animates the provider, disabling the form for the duration of the animation. If onFinish is non-null, it is called when the animation stops.

BuildCompetitionExperimenterView ( ) : void

Builds the application view for the competition experiment

BuildExperimenterView ( ) : void

Builds the application view

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

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

Disposes of the control

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

Метод Описание
CompetitionForm ( ) : System
SetStyle ( Control control ) : void
Stylize ( object sender, System.Windows.Forms.ControlEventArgs args ) : void

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

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

Animates the provider, disabling the form for the duration of the animation. If onFinish is non-null, it is called when the animation stops.
public Animate ( IViewProvider provider, System.Action onFinish = null ) : void
provider IViewProvider
onFinish System.Action
Результат void

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

Builds the application view for the competition experiment
public BuildCompetitionExperimenterView ( ) : void
Результат void

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

Builds the application view
public BuildExperimenterView ( ) : void
Результат void

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

Disposes of the control
protected Dispose ( bool disposing ) : void
disposing bool
Результат void