Common file
-
Hi friends How to use a common source class (.cs) file in different project files without copying into project's folder. thanks in advance
-RisKhan-
-
Hi friends How to use a common source class (.cs) file in different project files without copying into project's folder. thanks in advance
-RisKhan-
Hello, You have to think Classes not file. The best solution is to create a Class libraby project (DLL) that contains your classes Then if you want to use it, you reference it in your current project. That's it !
-
Hi friends How to use a common source class (.cs) file in different project files without copying into project's folder. thanks in advance
-RisKhan-
-
Hi friends How to use a common source class (.cs) file in different project files without copying into project's folder. thanks in advance
-RisKhan-