User Profile
Collapse
-
Yes, but is there a way in C# to be able to call the functions in another project without prefacing it with "Utilities. " like you can with VB?... -
C# Using and sub-items -- different from VB Using
I can't figure out how to do something in C# that can be done in VB (2005 for both). I have C# class for all my utility functions:
namespace CSharpUtilities
class Utilities
public string CSFunction1
public bool CSFunction2
I can have a VB application, and add CSharpUtilities as a separate project within the solution. and the Imports statement can be like "Imports CSharpUtilities .Utilities"....
No activity results to display
Show More
Leave a comment: