hi.
i am kind of stuck and i need some help. i have a dll and a .cs file. i have opened the .cs file and it contains a class. i asume that the class and the dll works together. sort of like a cpp header file and class file. only in this case the class file is instantiated and act as the gateway to the dll where in cpp the header would be the gateway the cpp file.
the problem is i dont exactly know what to do with the two. i have added a reference to the dll by right clicking on references and adding the dll. but what do i do with the .cs. and also i am sure that i am going to need a using statement somewhere before i create the main function. the question here is the path.
so have i done the correct thing with the dll and what do i do with the dot cs. and what do i type as a path name for the dot cs file.
thank you.