From ecf55f4193c0a7ab273c7e8243e446a2f2c32d51 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 16 Dec 2018 08:22:45 +0200 Subject: Working on PPC tech mode & logging module. Working on PPC date picker & calendar. Implemented no-permissions view. --- Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs index 7bee755a2..51f361cfb 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs @@ -40,5 +40,20 @@ namespace Tango.PPC.Common /// Gets the permission required to see and load this module. /// Permissions Permission { get; } + + /// + /// Gets a value indicating whether this module should be displayed in the application menu. + /// + bool IsVisibleInMenu { get; } + + /// + /// Called when the application has entered the technician mode. + /// + void OnTechnicianEntered(); + + /// + /// Called when the application has exited the technician mode. + /// + void OnTechnicianExited(); } } -- cgit v1.3.1