[Csmail-patches] CVS: csmail/src/CSMail.Utils ChangeLog,NONE,1.1 Properties.cs,NONE,1.1
Status: Pre-Alpha
Brought to you by:
mastergaurav
From: Gaurav V. <mas...@us...> - 2002-07-24 10:57:57
|
Update of /cvsroot/csmail/csmail/src/CSMail.Utils In directory usw-pr-cvs1:/tmp/cvs-serv1717/src/CSMail.Utils Added Files: ChangeLog Properties.cs Log Message: 2002-02-24 Gaurav Vaish <mastergaurav AT users DOT sf DOT net> * **.**/** -- Final single commit for all the files. --- NEW FILE --- 2002-06-20 Gaurav Vaish <mastergaurav AT users DOT sf DOT net> * Properties.cs: Added file. Dummy class right now. --- NEW FILE --- /** * Namespace: CSMail.Utils * Class: Properties * * Author: Gaurav Vaish * Maintainer: mastergaurav AT users DOT sf DOT net * * (C) Gaurav Vaish (2002) */ namespace CSMail.Utils { public class Properties { private Properties() { } } } |