From: Richard B. <rb...@us...> - 2004-10-20 22:29:09
|
Update of /cvsroot/jcframework/dotnet In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28527 Modified Files: AFCustomAttributes.vb Log Message: Fixed default for proxy flag in AFColumnAttribute Index: AFCustomAttributes.vb =================================================================== RCS file: /cvsroot/jcframework/dotnet/AFCustomAttributes.vb,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- AFCustomAttributes.vb 16 Aug 2004 04:16:54 -0000 1.6 +++ AFCustomAttributes.vb 20 Oct 2004 22:29:00 -0000 1.7 @@ -413,6 +413,7 @@ ''' ----------------------------------------------------------------------------- Public Sub New(ByVal Column As String) attrColumn = Column + attrProxy = True End Sub ''' ----------------------------------------------------------------------------- |