diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-03-28 14:34:58 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-03-28 14:34:58 +0300 |
| commit | 08bd4400dfd45245ae301b5cb28103322ddf865a (patch) | |
| tree | 6cc7caf742e00e5746fe20401857fdc569b922a7 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs | |
| parent | bfbdac5a071e7aea068e6f4acd796e83e73cf970 (diff) | |
| parent | 953fc4deb9d94a63afe07d66ccf78ff42f54c3bb (diff) | |
| download | Tango-08bd4400dfd45245ae301b5cb28103322ddf865a.tar.gz Tango-08bd4400dfd45245ae301b5cb28103322ddf865a.zip | |
SystemReset request
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs new file mode 100644 index 000000000..6f4fcbceb --- /dev/null +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Logging/Navigation/LoggingNavigationView.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.MachineStudio.Logging.Navigation +{ + public enum LoggingNavigationView + { + EventsView, + TimelineView, + } +} |
