changeset 9:fa1921ee34a5

Re warfoundry:#115: Typing number for equipment amount doesn't update Okay button * Add a small helper class that just sets a boolean to "true" when its ValueChanged() method is invoked no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Thu, 24 Dec 2009 12:01:23 +0000
parents 2cbc6ebae6b7
children fa95b81901f5
files IBBoard.Windows.Forms.csproj
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.Windows.Forms.csproj	Wed Oct 21 20:10:24 2009 +0000
+++ b/IBBoard.Windows.Forms.csproj	Thu Dec 24 12:01:23 2009 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
     <ProjectType>Local</ProjectType>
@@ -102,6 +102,7 @@
       <SubType>Code</SubType>
     </Compile>
     <Compile Include="Windows\Forms\I18N\ControlTranslator.cs" />
+    <Compile Include="Windows\Forms\Util\ControlValueChangedChecker.cs" />
     <EmbeddedResource Include="Windows\Forms\ColorableStatusBar.resx">
       <DependentUpon>ColorableStatusBar.cs</DependentUpon>
     </EmbeddedResource>