[Quantproject-developers] QuantDownloader/Downloader/QuotesEditor/OHLC OHLCuserControl.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-03-21 16:42:40
|
Update of /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31494/Downloader/QuotesEditor/OHLC Modified Files: OHLCuserControl.cs Log Message: The openHighLowCloseDataGrid.DataBind method does not require the ValidateDataTable parameter anymore Index: OHLCuserControl.cs =================================================================== RCS file: /cvsroot/quantproject/QuantDownloader/Downloader/QuotesEditor/OHLC/OHLCuserControl.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OHLCuserControl.cs 25 Jan 2004 14:45:44 -0000 1.1 --- OHLCuserControl.cs 21 Mar 2004 16:32:31 -0000 1.2 *************** *** 63,67 **** public void PaintingHandler() { ! this.openHighLowCloseDataGrid.DataBind( this.ValidateDataTable ); } --- 63,67 ---- public void PaintingHandler() { ! this.openHighLowCloseDataGrid.DataBind(); } |