Sunday, July 12, 2009

How can i include the reference " using LinkedListLibrary " in a c# project using windows application ??

In the solution explorer, right click on References, select add reference. Browse to the library you want to reference and select it. Then in the file that you want to use that library's objects, type the using statement for the namespace you used in the library. Make sure that 'LinkedListLibrary' is a managed assembly, otherwise you have to use P/Invoke.

flowers uk

No comments:

Post a Comment