C# Class ModernApp4Me.WP8.Sample.BitmapDownloader.BitmapDownloaderPage

Exibir arquivo Open project: smartnsoft/ModernApp4Me

Public Methods

Method Description
BitmapDownloaderPage ( ) : System.Threading.Tasks

Protected Methods

Method Description
ComputeViewModel ( ) : Task
OnFullfillDisplayObjects ( ) : void
RetrieveMainContainer ( ) : System.Windows.Controls.Panel
RetrieveProgressIndicator ( ) : ProgressIndicator

Method Details

BitmapDownloaderPage() public method

public BitmapDownloaderPage ( ) : System.Threading.Tasks
return System.Threading.Tasks

ComputeViewModel() protected method

protected ComputeViewModel ( ) : Task
return Task

OnFullfillDisplayObjects() protected method

protected OnFullfillDisplayObjects ( ) : void
return void

RetrieveMainContainer() protected method

protected RetrieveMainContainer ( ) : System.Windows.Controls.Panel
return System.Windows.Controls.Panel

RetrieveProgressIndicator() protected method

protected RetrieveProgressIndicator ( ) : ProgressIndicator
return ProgressIndicator