C# Class trello.Services.ProgressService

Inheritance: IProgressService
Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
Hide ( ) : void
ProgressService ( PhoneApplicationFrame rootFrame ) : System.Threading
Show ( ) : void
Show ( string text ) : void

Private Methods

Méthode Description
RootFrameOnNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs args ) : void
UpdateProgressBarAttachment ( object obj ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

ProgressService() public méthode

public ProgressService ( PhoneApplicationFrame rootFrame ) : System.Threading
rootFrame PhoneApplicationFrame
Résultat System.Threading

Show() public méthode

public Show ( ) : void
Résultat void

Show() public méthode

public Show ( string text ) : void
text string
Résultat void