S
shapper
Hello,
I created an DLL Library which includes various web controls,
classes, ...
I would like to create a class, named Info, with a function that would
return some information about the library like its version, copyright,
etc.
A user that uses this library in its web site could do something like:
MyNamespace.Info.GetInfo to get some library information.
How can i do this?
Thanks,
Miguel
I created an DLL Library which includes various web controls,
classes, ...
I would like to create a class, named Info, with a function that would
return some information about the library like its version, copyright,
etc.
A user that uses this library in its web site could do something like:
MyNamespace.Info.GetInfo to get some library information.
How can i do this?
Thanks,
Miguel