<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Private: Code &#38; Script Snippet &#187; OOP</title>
	<atom:link href="http://dev.kratik.net/index.php/category/oop/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.kratik.net</link>
	<description>Every thing you imagin, study it - know it - use it</description>
	<lastBuildDate>Thu, 24 Jun 2010 08:30:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WriteOnly Property</title>
		<link>http://dev.kratik.net/index.php/2007/04/15/writeonly-property/</link>
		<comments>http://dev.kratik.net/index.php/2007/04/15/writeonly-property/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 08:35:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://dev1.wordpress.com/2007/04/15/writeonly-property/</guid>
		<description><![CDATA[<p>Private im As ImageÂ Â Â
Private imPath As String
Public WriteOnly Property ImageFormPath() As String
Â Â Â Â Â Â Â  Set(ByVal value As String)
Â Â Â Â Â Â Â Â Â Â Â  im = Image.FromFile(value)
Â Â Â Â Â Â Â  End Set
End Property
Public WriteOnly Property Images() As Image
Â Â Â Â Â Â Â  Set(ByVal value As Image)
Â Â Â Â Â Â Â Â Â Â Â  im = value
Â Â Â Â Â Â Â  End Set
End Property</p>
]]></description>
			<content:encoded><![CDATA[<p><font size="2"><font color="#0000ff">Private</font> im <font color="#0000ff">As</font> Image</font><font size="2"><font color="#0000ff">Â Â Â<br />
</font></font><font size="2"><font color="#0000ff">Private</font> imPath <font color="#0000ff">As</font> <font color="#0000ff">String<br />
</font></font><font size="2"><font color="#0000ff">Public</font> <font color="#0000ff">WriteOnly</font> <font color="#0000ff">Property</font> ImageFormPath() <font color="#0000ff">As</font> <font color="#0000ff">String<br />
</font></font><font size="2"><font color="#0000ff">Â Â Â Â Â Â Â  Set</font>(<font color="#0000ff">ByVal</font> value <font color="#0000ff">As</font> <font color="#0000ff">String</font>)<br />
</font><font size="2">Â Â Â Â Â Â Â Â Â Â Â  im = Image.FromFile(value)<br />
</font><font size="2"><font color="#0000ff">Â Â Â Â Â Â Â  End</font> <font color="#0000ff">Set<br />
</font></font><font size="2"><font color="#0000ff">End</font> <font color="#0000ff">Property<br />
</font></font><font size="2"><font color="#0000ff">Public</font> <font color="#0000ff">WriteOnly</font> <font color="#0000ff">Property</font> Images() <font color="#0000ff">As</font> Image<br />
</font><font size="2"><font color="#0000ff">Â Â Â Â Â Â Â  Set</font>(<font color="#0000ff">ByVal</font> value <font color="#0000ff">As</font> Image)<br />
</font><font size="2">Â Â Â Â Â Â Â Â Â Â Â  im = value<br />
</font><font size="2"><font color="#0000ff">Â Â Â Â Â Â Â  End</font> <font color="#0000ff">Set<br />
</font></font><font size="2"><font color="#0000ff">End</font> <font color="#0000ff">Property</font></font></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.kratik.net/index.php/2007/04/15/writeonly-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See OOP Category in Private Sectoin</title>
		<link>http://dev.kratik.net/index.php/2007/04/13/see-oop-category-in-private-sectoin/</link>
		<comments>http://dev.kratik.net/index.php/2007/04/13/see-oop-category-in-private-sectoin/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 05:27:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OOP]]></category>

		<guid isPermaLink="false">http://dev1.wordpress.com/2007/04/13/see-oop-category-in-private-sectoin/</guid>
		<description><![CDATA[<p>See OOP Category in Private Sectoin</p>
]]></description>
			<content:encoded><![CDATA[<p>See OOP Category in Private Sectoin</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.kratik.net/index.php/2007/04/13/see-oop-category-in-private-sectoin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
