User Profile

Collapse

Profile Sidebar

Collapse
gbutler
gbutler
Last Activity: Mar 19 '08, 03:57 PM
Joined: Mar 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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?...
    See more | Go to post

    Leave a comment:


  • gbutler
    started a topic C# Using and sub-items -- different from VB Using
    in .NET

    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"....
    See more | Go to post
No activity results to display
Show More
Working...