C# Class BlipFace.ViewsManager

Afficher le fichier Open project: ksopyla/blipface Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Run ( ) : void
ShowView ( System.Windows.Controls.UserControl view ) : void
ViewsManager ( IHostView host ) : System

Private Methods

Méthode Description
CreateLoginView ( ) : IPresenter
CreateStatusesView ( UserViewModel user ) : IPresenter
ViewWorkDone ( object sender, ActionsEventArgs e ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

ShowView() public méthode

public ShowView ( System.Windows.Controls.UserControl view ) : void
view System.Windows.Controls.UserControl
Résultat void

ViewsManager() public méthode

public ViewsManager ( IHostView host ) : System
host IHostView
Résultat System