Method | Description | |
---|---|---|
AddPendingOperation ( OperationBase operation ) : void |
Notifies the LoginRegistrationWindow window that it can only close if operation is finished or can be cancelled
|
|
LoginRegistrationWindow ( ) : System |
Creates a new LoginRegistrationWindow instance.
|
|
NavigateToLogin ( ) : void |
Causes the VisualStateManager to change to the "AtLogin" state.
|
|
NavigateToRegistration ( ) : void |
Causes the VisualStateManager to change to the "AtRegistration" state.
|
Method | Description | |
---|---|---|
GoToInitialState ( object sender, |
Initializes the VisualStateManager for this component by putting it into the "AtLogin" state
|
|
InitializeComponent ( ) : void | ||
LoginWindow_Closing ( object sender, System.CancelEventArgs eventArgs ) : void |
Prevents the window from closing while there are operations in progress
|
|
UpdateTitle ( object sender, |
Updates the window title according to which panel (registration / login) is currently being displayed
|
public AddPendingOperation ( OperationBase operation ) : void | ||
operation | OperationBase | The pending operation to monitor |
return | void |