<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: TDD of a WinForm app &#8211; Part 4 &#8211; Finishing the Account Data UI</title>
	<atom:link href="http://blog.coryfoy.com/2007/11/tdd-of-a-winform-app-part-4-finishing-the-account-data-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coryfoy.com/2007/11/tdd-of-a-winform-app-part-4-finishing-the-account-data-ui/</link>
	<description>It&#039;s all about delivering</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:42:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: TDD of a WinForm app &#8211; Part 0 &#8211; Introduction &#171; Cory Foy</title>
		<link>http://blog.coryfoy.com/2007/11/tdd-of-a-winform-app-part-4-finishing-the-account-data-ui/comment-page-1/#comment-666</link>
		<dc:creator>TDD of a WinForm app &#8211; Part 0 &#8211; Introduction &#171; Cory Foy</dc:creator>
		<pubDate>Thu, 09 Jul 2009 02:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=101#comment-666</guid>
		<description>[...] Part 4 [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 4 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Carlos Monteiro</title>
		<link>http://blog.coryfoy.com/2007/11/tdd-of-a-winform-app-part-4-finishing-the-account-data-ui/comment-page-1/#comment-105</link>
		<dc:creator>José Carlos Monteiro</dc:creator>
		<pubDate>Fri, 18 Jan 2008 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=101#comment-105</guid>
		<description>In order to reach final sub-step of Updating The Grid I had to change the statement in [TestMethod] RowsDisplayedUpdatesWhenAccountsCollectionChanged&lt;br /&gt;&lt;br /&gt;from:&lt;br /&gt;DataGridView realGrid = view.GetAccountsGrid();&lt;br /&gt;to:&lt;br /&gt;DataGridView realGrid = view.GetAccountsGrid;&lt;br /&gt;&lt;br /&gt;Meaning, make it call a property instead of a method. Does this make any sense to you, or am I doing anything wrong?&lt;br /&gt;&lt;br /&gt;Regards.</description>
		<content:encoded><![CDATA[<p>In order to reach final sub-step of Updating The Grid I had to change the statement in [TestMethod] RowsDisplayedUpdatesWhenAccountsCollectionChanged</p>
<p>from:<br />DataGridView realGrid = view.GetAccountsGrid();<br />to:<br />DataGridView realGrid = view.GetAccountsGrid;</p>
<p>Meaning, make it call a property instead of a method. Does this make any sense to you, or am I doing anything wrong?</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Carlos Monteiro</title>
		<link>http://blog.coryfoy.com/2007/11/tdd-of-a-winform-app-part-4-finishing-the-account-data-ui/comment-page-1/#comment-106</link>
		<dc:creator>José Carlos Monteiro</dc:creator>
		<pubDate>Fri, 18 Jan 2008 15:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cornetdesign.com/?p=101#comment-106</guid>
		<description>In step &quot;Being A Good Listener&quot; I had to add the following statement to AddAccountForm.cs:&lt;br /&gt;&lt;br /&gt;public event AddAccountViewEventDelegate AccountReadyForCreation;&lt;br /&gt;&lt;br /&gt;Although #Develop after that issues a warning saying that &quot;The event &#039;TDD_WinFormApp.AddAccountForm.AccountReadyForCreation&#039; is never used (CS0067)&quot;.</description>
		<content:encoded><![CDATA[<p>In step &#8220;Being A Good Listener&#8221; I had to add the following statement to AddAccountForm.cs:</p>
<p>public event AddAccountViewEventDelegate AccountReadyForCreation;</p>
<p>Although #Develop after that issues a warning saying that &#8220;The event &#8216;TDD_WinFormApp.AddAccountForm.AccountReadyForCreation&#8217; is never used (CS0067)&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

