In the Add Reference window, users can create a new reference for the application.

  1. .Net Assembly Browser: In this tab. users can browse and select assemblies—either executable (.exe) or dynamic link library (.dll) files—for integration into their application.
    • Browse: This button allows users to initiate the assembly selection process.
      • If selected, a file dialog will appear, enabling users to browse and choose the assemblies from their local system.
  2. Selected References: This field displays all chosen assemblies, allowing users to view and manage the references they intend to integrate into their application.
    • Remove: This button allows users to remove a selected reference.
  3. OK: This button allows users to save their changes and close the window.
  4. Cancel: This button allows users to cancel their changes and close the window.