A windows forms .NET application has various built in
attributes like:
<Assembly: AssemblyTitle(" MyAssembly")>
<Assembly: AssemblyDescrip tion("Blahblah" )>
<Assembly: AssemblyCompany ("XYZ")>
But how can I reference these from within my windows forms
application???
attributes like:
<Assembly: AssemblyTitle(" MyAssembly")>
<Assembly: AssemblyDescrip tion("Blahblah" )>
<Assembly: AssemblyCompany ("XYZ")>
But how can I reference these from within my windows forms
application???
Comment