From f3fc87dd10b3d55591a84ecbfb0612769f0c09b9 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 28 Aug 2018 16:35:16 +0300 Subject: Working on BL Builders ! Working on making PPC work with builders.. --- Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs | 15 --------------- 1 file changed, 15 deletions(-) (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 ba83d9b5d..7bee755a2 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs @@ -16,11 +16,6 @@ namespace Tango.PPC.Common /// public interface IPPCModule : IDisposable { - /// - /// Occurs when the module has been initialized. - /// - event EventHandler Initialized; - /// /// Gets the module name. /// @@ -45,15 +40,5 @@ namespace Tango.PPC.Common /// Gets the permission required to see and load this module. /// Permissions Permission { get; } - - /// - /// Gets a value indicating whether this module has been initialized. - /// - bool IsInitialized { get; } - - /// - /// Perform any operations required to initialize this module. - /// - void Initialize(); } } -- cgit v1.3.1