From 438f517fd49d1bb10d08d8a279533e82eb67801a Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 2 Oct 2018 17:54:40 +0300 Subject: Working on RML module.. --- Software/Visual_Studio/Tango.SharedUI/IView.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Software/Visual_Studio/Tango.SharedUI') diff --git a/Software/Visual_Studio/Tango.SharedUI/IView.cs b/Software/Visual_Studio/Tango.SharedUI/IView.cs index d26bb68f8..7f57c6121 100644 --- a/Software/Visual_Studio/Tango.SharedUI/IView.cs +++ b/Software/Visual_Studio/Tango.SharedUI/IView.cs @@ -11,9 +11,6 @@ namespace Tango.SharedUI /// public interface IView { - /// - /// Occurs when the view is loaded and view model is defined as data context. - /// - event EventHandler ViewAttached; + } } -- cgit v1.3.1