C# Class trello.Services.ProgressService

Inheritance: IProgressService
Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
Hide ( ) : void
ProgressService ( PhoneApplicationFrame rootFrame ) : System.Threading
Show ( ) : void
Show ( string text ) : void

Private Methods

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

Method Details

Hide() public method

public Hide ( ) : void
return void

ProgressService() public method

public ProgressService ( PhoneApplicationFrame rootFrame ) : System.Threading
rootFrame PhoneApplicationFrame
return System.Threading

Show() public method

public Show ( ) : void
return void

Show() public method

public Show ( string text ) : void
text string
return void