Name |
Description |
LoginForm |
Form that presents the login fields and handles the login process. |
LoginInfo |
This internal entity is used to ease the binding between the UI controls (DataForm and the label displaying a validation error) and the log on credentials entered by the user. |
LoginRegistrationWindow |
ChildWindow class that controls the registration process. |
LoginStatus |
UserControl class that shows the current login status and allows login and logout. |
RegistrationForm |
Form that presents the RegistrationData and performs the registration process. |