C# Class mGitHub.SampleApp.Services.ProgressService

Inheritance: IProgressService
Exibir arquivo Open project: vcaraulean/mGitHub.SampleApp

Public Methods

Method Description
Hide ( ) : void
ProgressService ( ) : System.Windows.Controls.Primitives
Show ( ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

ProgressService() public method

public ProgressService ( ) : System.Windows.Controls.Primitives
return System.Windows.Controls.Primitives

Show() public method

public Show ( ) : void
return void