[Fat-develop] InSite/InSite.Controller .cvsignore,NONE,1.1 Button.cs,1.1,1.2 RadioButton.cs,1.1,1.2
Brought to you by:
exortech
|
From: jkordyback <jko...@us...> - 2005-09-28 16:43:45
|
Update of /cvsroot/fat/InSite/InSite.Controller In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26113/InSite.Controller Modified Files: Button.cs RadioButton.cs Added Files: .cvsignore Removed Files: UseCaseTemplate.xml Log Message: Housekeeping. Added cvsignore to the usual places and removed UseCaseTemplate.xml which was from another project. --- NEW FILE: .cvsignore --- bin obj Index: RadioButton.cs =================================================================== RCS file: /cvsroot/fat/InSite/InSite.Controller/RadioButton.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RadioButton.cs 27 Sep 2005 20:51:47 -0000 1.1 --- RadioButton.cs 28 Sep 2005 16:43:31 -0000 1.2 *************** *** 12,16 **** public RadioButton(Browser browser, HTMLInputElement buttonElement) { ! this.browser = browser; this.buttonElement = buttonElement; } --- 12,16 ---- public RadioButton(Browser browser, HTMLInputElement buttonElement) { ! base.browser = browser; this.buttonElement = buttonElement; } Index: Button.cs =================================================================== RCS file: /cvsroot/fat/InSite/InSite.Controller/Button.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Button.cs 27 Sep 2005 20:51:47 -0000 1.1 --- Button.cs 28 Sep 2005 16:43:31 -0000 1.2 *************** *** 55,59 **** set { ; } } ! protected internal override void ClickElement() { --- 55,59 ---- set { ; } } ! protected internal override void ClickElement() { --- UseCaseTemplate.xml DELETED --- |