• 0

Namespaces in c#


Question

Hi, lets say I want to develope a tool that I would use many times and in many different programs.

i would create a namespace called "kibkibtool" then i would develope the class and all the methods.

my question is, when i want to use that tool in another program (proggy) i would type "using kibkibtool", what

file would i have to include in the directory of proggy for the kibkidtool namespace be able to work?

thanx

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

well, normally you would create a class library which would probably end up being called kibkibtool.dll (this is the original tool you created) and then you would add a reference to that dll in your new project

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.