Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

C# Windows Form Application: Boat Reservation System

Overview

Welcome to the Boat Reservation System, a Windows Forms application designed to manage boats, sailors, and reservations. This system provides functionality for adding, editing, and searching boats and sailors, as well as making reservations.

Features

  • Boat Management:

    • The Boat Management form allows users to add or edit boats by providing their name and color.
    • Includes a search functionality to find boats based on specific criteria.
  • Sailor Management:

    • The Sailor Management form facilitates the addition or modification of sailors, capturing details such as name, rate, and age.
    • Provides a search feature to find sailors by their name.
  • Reservation Creation:

    • The Reservation form allows users to make reservations by selecting a boat, sailor, and date.
    • Incorporates a search functionality to retrieve reservations for a given date.

How to Use

  1. Open the application.
  2. Navigate to the Boat Management form to add or edit boats.
  3. Utilize the Sailor Management form to manage sailor information.
  4. Use the Reservation form to create and search reservations.

Screenshots

Explore and utilize the Boat Reservation System to efficiently manage boats, sailors, and reservations!