Skip to content
Commit d07fde5a authored by Francesco Carraro's avatar Francesco Carraro
Browse files

Add RemoteOperationType enum and RemoteOperationModel class

Introduced a new namespace `INAF.Apps.Uwp.SLabDataManager.Values` containing the `Enums` class with a new `RemoteOperationType` enumeration. This enum includes values for various remote operations like authentication, spectrum file actions, and user settings.

Added a new class `RemoteOperationModel` in the `INAF.Libraries.MAUI.HyperLab.RemoteOperations` namespace. This class has two properties: `Type` (of type `RemoteOperationType`) and `Url` (of type `string`). The `RemoteOperationModel` class utilizes the `RemoteOperationType` enum from the `INAF.Apps.Uwp.SLabDataManager.Values.Enums` namespace.

These changes were applied in multiple locations within the codebase.
parent e14fb8b2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment