EnvelopeGenerator/EnvelopeGenerator.Form
TekH 33fa4b76f5 Refactor receiver handling and update solution structure
- Updated `BaseController.vb` to use `Receiver.Id` for deletion.
- Changed `Receivers` property in `frmEnvelopeEditor.vb` to `BindingList(Of ReceiverVM)` and adjusted initialization and usage throughout the file.
- Modified `frmFieldEditor.vb` to use `List(Of ReceiverVM)` for receivers and updated related methods.
- Adjusted color assignment logic in `frmMain.vb` to utilize a new `Value` class.
- Added new project for `EnvelopeGenerator.Form` in the solution file.
- Introduced new enums `ContractType` and `PageOrientation` in their respective files.
2025-09-01 12:55:15 +02:00
..
2025-04-24 16:00:16 +02:00
2025-04-28 13:27:27 +02:00
2025-03-26 14:59:28 +01:00
2024-01-17 10:34:14 +01:00
2023-12-14 14:52:19 +01:00
MS
2025-04-07 15:00:48 +02:00
MS
2025-04-07 15:00:48 +02:00
2023-11-20 16:42:11 +01:00
2025-04-24 11:43:55 +02:00
2025-04-24 11:43:55 +02:00
2023-07-31 09:52:49 +02:00
2025-08-19 12:13:30 +02:00

BASE MODULE
===========

This module is intended for often used constants and datastructures.
Therefor it is important that this module does not have any dependencies on other modules!!