diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 05:05:01 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-18 05:05:01 +0200 |
| commit | 0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7 (patch) | |
| tree | 379ef3ec6a4781ae0dcada8e7c233e80761be6c2 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MachineCreationDialogVM.cs | |
| parent | 8dbf9aea30b685b56b2eae2aa490440e3d46d725 (diff) | |
| download | Tango-0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7.tar.gz Tango-0f41178c4f72aef58a1818f9bbaf2dbc9eb0cdf7.zip | |
Prototypes Improved.
HW version dropped from prototype.
Added Light Color Formula.
Cleaned some machine configuration types OS Version, Display Panel Version etc...
UPdated Local PPC Schema and Data.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MachineCreationDialogVM.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MachineCreationDialogVM.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MachineCreationDialogVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MachineCreationDialogVM.cs index 340f92edd..168ff62dd 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MachineCreationDialogVM.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MachineCreationDialogVM.cs @@ -12,6 +12,10 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels { public List<MachinePrototype> Prototypes { get; set; } + public List<HardwareVersion> HardwareVersions { get; set; } + + public HardwareVersion SelectedHardwareVersion { get; set; } + public MachinePrototype SelectedPrototype { get; set; } private bool _isNewMachine; |
