[longomatch/newui: 92/104] Make IWidget interface IDisposable



commit be413a48145d788c407281c8a3f83c327be42b24
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Aug 26 16:46:57 2014 +0200

    Make IWidget interface IDisposable

 LongoMatch.Core/Interfaces/Drawing/IWidget.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Interfaces/Drawing/IWidget.cs b/LongoMatch.Core/Interfaces/Drawing/IWidget.cs
index 9160154..8025d2d 100644
--- a/LongoMatch.Core/Interfaces/Drawing/IWidget.cs
+++ b/LongoMatch.Core/Interfaces/Drawing/IWidget.cs
@@ -21,7 +21,7 @@ using LongoMatch.Common;
 
 namespace LongoMatch.Interfaces.Drawing
 {
-       public interface IWidget
+       public interface IWidget: IDisposable
        {
                event DrawingHandler DrawEvent;
                event ButtonPressedHandler ButtonPressEvent;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]