diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-19 11:54:08 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-19 11:54:08 +0200 |
| commit | 472f2a4ad38691e59b4ba93f22fbde8d99100493 (patch) | |
| tree | b99da4c0405dc76ce9e43c84fda939616a5b4ab3 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs | |
| parent | 2b2b6219a245b1e1751018351b394826c456eb97 (diff) | |
| download | Tango-472f2a4ad38691e59b4ba93f22fbde8d99100493.tar.gz Tango-472f2a4ad38691e59b4ba93f22fbde8d99100493.zip | |
Added CONFIGURATION_GUID to MACHINES table.
Implemented CloneConfiguration method for cloning a machine configuration.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs index 3d55849f8..c3d351468 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/DeveloperModule.cs @@ -26,7 +26,7 @@ namespace Tango.MachineStudio.Developer public bool IsInitialized => _isInitialized; - public PermissionsEnum Permission => PermissionsEnum.RunDeveloperModule; + public Permissions Permission => Permissions.RunDeveloperModule; public void Dispose() { |
