From 3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 10 Oct 2008 15:45:54 +0000 Subject: Ajout de commentaire sur les menbres public --- getopt/Arg.cs | 2 +- getopt/getopt.csproj | 3 ++- getopt/vssver2.scc | Bin 119 -> 142 bytes 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'getopt') diff --git a/getopt/Arg.cs b/getopt/Arg.cs index 0b86cad..30705ee 100644 --- a/getopt/Arg.cs +++ b/getopt/Arg.cs @@ -10,6 +10,6 @@ namespace Gnu public char Flag; public bool TakesParameter = false; - public string Parameter = ""; + public string Parameter = string.Empty; } } diff --git a/getopt/getopt.csproj b/getopt/getopt.csproj index 3cca427..5f312f0 100644 --- a/getopt/getopt.csproj +++ b/getopt/getopt.csproj @@ -1,4 +1,4 @@ - + Local 8.0.50727 @@ -30,6 +30,7 @@ SAK SAK SAK + 2.0 bin\Debug\ diff --git a/getopt/vssver2.scc b/getopt/vssver2.scc index 66524fe..6ff394e 100644 Binary files a/getopt/vssver2.scc and b/getopt/vssver2.scc differ -- cgit v1.1