From 61a68af94273563e1179b49062ac96b8a627a72a Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 14 Jun 2018 17:32:09 +0300 Subject: Working on PPC. --- .../Visual_Studio/PPC/Tango.PPC.UI/ViewsContracts/ILayoutView.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewsContracts') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewsContracts/ILayoutView.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewsContracts/ILayoutView.cs index f79c790ff..f01785d57 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewsContracts/ILayoutView.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewsContracts/ILayoutView.cs @@ -7,8 +7,16 @@ using Tango.PPC.Common; namespace Tango.PPC.UI.ViewsContracts { + /// + /// Represents the contract. + /// + /// public interface ILayoutView : IPPCView { + /// + /// Inserts the specified modules into the navigation system. + /// + /// The modules. void ApplyModules(IEnumerable modules); } } -- cgit v1.3.1