aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/NavigatedToJobsModuleMessage.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-03-05 16:58:38 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-03-05 16:58:38 +0200
commita4d52e6779fc90934c22b94e53d41d42bef3626e (patch)
tree5b091a4a246703731b20c9cc30d524fd63d56851 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/NavigatedToJobsModuleMessage.cs
parent499f4facfe296d984a44e9ce0b6e1eb23ba8d644 (diff)
downloadTango-a4d52e6779fc90934c22b94e53d41d42bef3626e.tar.gz
Tango-a4d52e6779fc90934c22b94e53d41d42bef3626e.zip
Some improvements to PPC.
Fixed issue with database constraint of dispensers <=> IDS_PACKS.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/NavigatedToJobsModuleMessage.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/NavigatedToJobsModuleMessage.cs12
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/NavigatedToJobsModuleMessage.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/NavigatedToJobsModuleMessage.cs
new file mode 100644
index 000000000..3f2be3f89
--- /dev/null
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/Messages/NavigatedToJobsModuleMessage.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Tango.PPC.Jobs.Messages
+{
+ public class NavigatedToJobsModuleMessage
+ {
+ }
+}