diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/IPPCModule.cs | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -17,11 +17,6 @@ namespace Tango.PPC.Common public interface IPPCModule : IDisposable { /// <summary> - /// Occurs when the module has been initialized. - /// </summary> - event EventHandler Initialized; - - /// <summary> /// Gets the module name. /// </summary> String Name { get; } @@ -45,15 +40,5 @@ namespace Tango.PPC.Common /// Gets the permission required to see and load this module. /// </summary> Permissions Permission { get; } - - /// <summary> - /// Gets a value indicating whether this module has been initialized. - /// </summary> - bool IsInitialized { get; } - - /// <summary> - /// Perform any operations required to initialize this module. - /// </summary> - void Initialize(); } } |
