Méthode | Description | |
---|---|---|
BaseScreen ( INavigationService navigationService, IEventAggregator eventAggregator, IPageServices pageServices ) : System | ||
GoBack ( ) : void | ||
LaunchUrl ( |
Méthode | Description | |
---|---|---|
GetPasswordUri ( |
||
OnDeactivate ( bool close ) : System.Threading.Tasks.Task | ||
OnViewAttached ( object view, object context ) : System.Threading.Tasks.Task | ||
QueueState ( string state ) : void | ||
SetState ( ApplicationViewState state ) : void | ||
SetState ( string state ) : void |
Méthode | Description | |
---|---|---|
Window_SizeChanged ( object sender, Windows e ) : void |
public BaseScreen ( INavigationService navigationService, IEventAggregator eventAggregator, IPageServices pageServices ) : System | ||
navigationService | INavigationService | |
eventAggregator | IEventAggregator | |
pageServices | IPageServices | |
Résultat | System |
protected GetPasswordUri ( |
||
password | ||
Résultat |
protected OnDeactivate ( bool close ) : System.Threading.Tasks.Task | ||
close | bool | |
Résultat | System.Threading.Tasks.Task |
protected OnViewAttached ( object view, object context ) : System.Threading.Tasks.Task | ||
view | object | |
context | object | |
Résultat | System.Threading.Tasks.Task |
protected QueueState ( string state ) : void | ||
state | string | |
Résultat | void |
protected SetState ( ApplicationViewState state ) : void | ||
state | ApplicationViewState | |
Résultat | void |