[longomatch/newui: 93/157] Make IWidget interface IDisposable
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/newui: 93/157] Make IWidget interface IDisposable
- Date: Mon, 1 Sep 2014 09:49:11 +0000 (UTC)
commit 527be5eba7494d01379a6ddedc29cf31be0e16a2
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]