[pgsqlclient-checkins] pgsqlclient/PostgreSql.Data.PGSqlClient/source PGCommand.cs,1.6,1.7 PGConnect
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-07-31 10:54:43
|
Update of /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source In directory sc8-pr-cvs1:/tmp/cvs-serv20140 Modified Files: PGCommand.cs PGConnection.cs PGDataAdapter.cs Log Message: Fixed Toolbox bitmaps resources Index: PGCommand.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/PGCommand.cs,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PGCommand.cs 30 Jul 2003 18:34:45 -0000 1.6 --- PGCommand.cs 31 Jul 2003 10:54:40 -0000 1.7 *************** *** 28,32 **** namespace PostgreSql.Data.PGSqlClient { ! [ToolboxBitmap(typeof(PGCommand), "Resources.ToolboxBitmaps.PGCommand.bmp")] public sealed class PGCommand : Component, IDbCommand, ICloneable { --- 28,32 ---- namespace PostgreSql.Data.PGSqlClient { ! [ToolboxBitmap(typeof(PGCommand), "Resources.ToolBox.PGCommand.bmp")] public sealed class PGCommand : Component, IDbCommand, ICloneable { Index: PGConnection.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/PGConnection.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PGConnection.cs 29 Jul 2003 23:26:12 -0000 1.4 --- PGConnection.cs 31 Jul 2003 10:54:40 -0000 1.5 *************** *** 29,33 **** namespace PostgreSql.Data.PGSqlClient { ! [ToolboxBitmap(typeof(PGConnection), "Resources.ToolboxBitmaps.PGConnection.bmp")] [DefaultEvent("InfoMessage")] public sealed class PGConnection : Component, IDbConnection, ICloneable --- 29,33 ---- namespace PostgreSql.Data.PGSqlClient { ! [ToolboxBitmap(typeof(PGConnection), "Resources.ToolBox.PGConnection.bmp")] [DefaultEvent("InfoMessage")] public sealed class PGConnection : Component, IDbConnection, ICloneable Index: PGDataAdapter.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient/PostgreSql.Data.PGSqlClient/source/PGDataAdapter.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PGDataAdapter.cs 16 Jul 2003 20:17:49 -0000 1.4 --- PGDataAdapter.cs 31 Jul 2003 10:54:40 -0000 1.5 *************** *** 33,37 **** #endregion ! [ToolboxBitmap(typeof(PGDataAdapter), "Resources.ToolboxBitmaps.PGDataAdapter.bmp"), DefaultEvent("RowUpdated")] public sealed class PGDataAdapter : DbDataAdapter, IDbDataAdapter --- 33,37 ---- #endregion ! [ToolboxBitmap(typeof(PGDataAdapter), "Resources.ToolBox.PGDataAdapter.bmp"), DefaultEvent("RowUpdated")] public sealed class PGDataAdapter : DbDataAdapter, IDbDataAdapter |