This repository contains a management system implemented in C# using Windows Forms. The system includes a login form and a dashboard form. Users can log in using the username "admin" and the password "password" to access the dashboard.
- Login Form: Users can enter their username and password to log in.
- PlaceholderTextBox Control: Custom text box control (
PlaceHolderTextBox) is implemented to show placeholder text when the text box is empty. - Error Handling: Displays an error message for incorrect username or password.
- Exit Button: Allows users to exit the application.
