 
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=CSharp%3A_AulaDemoDll.NamespaceC.ClassSealed</id>
		<title>CSharp: AulaDemoDll.NamespaceC.ClassSealed - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=CSharp%3A_AulaDemoDll.NamespaceC.ClassSealed"/>
		<link rel="alternate" type="text/html" href="https://www.adonaimedrado.pro.br/wiki/index.php?title=CSharp:_AulaDemoDll.NamespaceC.ClassSealed&amp;action=history"/>
		<updated>2026-05-27T23:07:28Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://www.adonaimedrado.pro.br/wiki/index.php?title=CSharp:_AulaDemoDll.NamespaceC.ClassSealed&amp;diff=757&amp;oldid=prev</id>
		<title>Adonaimedrado: New page: &lt;code lang=&quot;csharp&quot;&gt; using System;  namespace AulaDemoDll.NamespaceC {     public sealed class ClassSealed     {         private int pCampo;         public int Campo         {             ...</title>
		<link rel="alternate" type="text/html" href="https://www.adonaimedrado.pro.br/wiki/index.php?title=CSharp:_AulaDemoDll.NamespaceC.ClassSealed&amp;diff=757&amp;oldid=prev"/>
				<updated>2008-11-11T12:13:57Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;lt;code lang=&amp;quot;csharp&amp;quot;&amp;gt; using System;  namespace AulaDemoDll.NamespaceC {     public sealed class ClassSealed     {         private int pCampo;         public int Campo         {             ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;code lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
using System;&lt;br /&gt;
&lt;br /&gt;
namespace AulaDemoDll.NamespaceC&lt;br /&gt;
{&lt;br /&gt;
    public sealed class ClassSealed&lt;br /&gt;
    {&lt;br /&gt;
        private int pCampo;&lt;br /&gt;
        public int Campo&lt;br /&gt;
        {&lt;br /&gt;
            get&lt;br /&gt;
            {&lt;br /&gt;
                return pCampo;&lt;br /&gt;
            }&lt;br /&gt;
            set&lt;br /&gt;
            {&lt;br /&gt;
                pCampo = value;&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        public ClassSealed()&lt;br /&gt;
        {&lt;br /&gt;
&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adonaimedrado</name></author>	</entry>

	</feed>