tmp/test-doxy-mms/MarekMailSystem/MarekMailSystem2/IEmailTable.cs

Go to the documentation of this file.
00001 using System;
00002 using System.Collections.Generic;
00003 using System.Text;
00004 
00005 namespace MarekMailSystem2
00006 {
00010     public interface IEmailTable
00011     {
00012         void Save(Email email,string name);
00013         Email Load(string name);
00014     }
00015 }

Generated on Thu Oct 25 11:32:52 2007 for Marek Mail System by  doxygen 1.5.3-20071008