From 439ee2d80eab039c2dee00f697d2d814ec67247e Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 22 Aug 2018 18:33:29 +0300 Subject: Added IsFree to base ViewModel. Implemented IsFree on HardwareVersions & ColorLab modules. --- .../Tango.MachineStudio.Common/StudioViewModel.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs index 36e3994ad..08ddbc073 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioViewModel.cs @@ -107,14 +107,6 @@ namespace Tango.MachineStudio.Common /// public bool IsModuleLoaded { get; private set; } - /// - /// Initializes a new instance of the class. - /// - public StudioViewModel() : base() - { - - } - /// /// Called when another module has wants to navigate to this module with some arguments. /// @@ -186,15 +178,6 @@ namespace Tango.MachineStudio.Common /// public abstract class StudioViewModel : ViewModel, IStudioViewModel where Module : IStudioModule where T : IView { - /// - /// Initializes a new instance of the class. - /// - /// The view. - public StudioViewModel(T view) : base(view) - { - - } - /// /// Called when the application has been started /// -- cgit v1.3.1