C# Copyright Code
Posted by: Chris Love's Official Blog - Professional ASP.NET,
on 02 Feb 2007 |
View original | Bookmarked: 0 time(s)
I had a request for the Copyright control in C#. Of course the compiled control will work with any .NET langauge, but I can do C# too, so here you go: using System; using System.ComponentModel; using System.Drawing.Design; using System.Security.Permissions;...(read more)...