aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModels/DBViewModels/DialogOpenMode.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-12-12 19:25:15 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-12-12 19:25:15 +0200
commit639cae64dd2fb5b19082a0486608c5b3066d4e78 (patch)
tree8bdf37dfff3cdfac4df2acd22d567b0c19e4078b /Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModels/DBViewModels/DialogOpenMode.cs
parent255d660e713454f01bad2c4bcc6e5051894745e8 (diff)
downloadTango-639cae64dd2fb5b19082a0486608c5b3066d4e78.tar.gz
Tango-639cae64dd2fb5b19082a0486608c5b3066d4e78.zip
Working on machine studio.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModels/DBViewModels/DialogOpenMode.cs')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModels/DBViewModels/DialogOpenMode.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModels/DBViewModels/DialogOpenMode.cs b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModels/DBViewModels/DialogOpenMode.cs
new file mode 100644
index 000000000..9c6dbe807
--- /dev/null
+++ b/Software/Visual_Studio/Utilities/Tango.MachineDesigner.UI/ViewModels/DBViewModels/DialogOpenMode.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Tango.MachineStudio.UI.ViewModels.DBViewModels
+{
+ public enum DialogOpenMode
+ {
+ Editing,
+ Adding,
+ }
+}