C# Class SIL.Cog.Application.ViewModels.ProgressViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: sillsdev/cog Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
ProgressViewModel ( Action action, bool indeterminate, bool cancelable ) : System

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ProgressViewModel() public méthode

public ProgressViewModel ( Action action, bool indeterminate, bool cancelable ) : System
action Action
indeterminate bool
cancelable bool
Résultat System