Home Forums C# Programming Global module in C#

Viewing 1 reply thread
  • Author
    Posts
    • #2251
      noobster
      Participant

      I was wandering if someone could tell me how to create a global module for showing/closing a form, like you would do in Visual Basic, and then how to call that module.

    • #3656
      will
      Participant

      There is no such thing in C# instead you can create a public class in any namespace with Static Members functions like:

Viewing 1 reply thread
  • The forum ‘C# Programming’ is closed to new topics and replies.