[longomatch/redesign2: 121/140] Add "Update" to the templates provider interface
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign2: 121/140] Add "Update" to the templates provider interface
- Date: Tue, 24 May 2011 22:06:16 +0000 (UTC)
commit 72b7246453c330430390664eea5486cf6ebeb0b9
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Sun Apr 10 21:24:19 2011 +0200
Add "Update" to the templates provider interface
LongoMatch/Interfaces/ITemplates.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Interfaces/ITemplates.cs b/LongoMatch/Interfaces/ITemplates.cs
index 2d47317..1ea3743 100644
--- a/LongoMatch/Interfaces/ITemplates.cs
+++ b/LongoMatch/Interfaces/ITemplates.cs
@@ -43,6 +43,7 @@ namespace LongoMatch.Interfaces
List<T> Templates {get;}
T Load (string name);
void Save (ITemplate<U> template);
+ void Update (ITemplate<U> template);
}
public interface ITemplateWidget<T, U> where T: ITemplate<U>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]