[longomatch/redesign2: 97/140] Define more methods the	ITemplateWidget interface
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [longomatch/redesign2: 97/140] Define more methods the	ITemplateWidget interface
- Date: Tue, 24 May 2011 22:04:15 +0000 (UTC)
commit 0754d75079b0661536d147c30f3279b6c8c6e196
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Mar 30 22:11:13 2011 +0200
    Define more methods the ITemplateWidget interface
 LongoMatch/Interfaces/ITemplates.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Interfaces/ITemplates.cs b/LongoMatch/Interfaces/ITemplates.cs
index 2eee58d..2d47317 100644
--- a/LongoMatch/Interfaces/ITemplates.cs
+++ b/LongoMatch/Interfaces/ITemplates.cs
@@ -48,6 +48,9 @@ namespace LongoMatch.Interfaces
 	public interface ITemplateWidget<T, U> where T: ITemplate<U>
 	{
 		T Template {get; set;}
+		bool Edited {get; set;}
+		bool CanExport {get; set;}
+		bool InProject {get; set;}
 	}
 }
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]