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

Inheritance: ViewModelBase
显示文件 Open project: sillsdev/cog Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
ProgressViewModel ( Action action, bool indeterminate, bool cancelable ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

ProgressViewModel() public method

public ProgressViewModel ( Action action, bool indeterminate, bool cancelable ) : System
action Action
indeterminate bool
cancelable bool
return System