Jump to content
Xtreme .Net Talk

Teaboy

Members
  • Posts

    2
  • Joined

  • Last visited

Teaboy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. In my Main() I've got O = new clsOptions(); and that's giving me the error.
  2. I'm making the switch from VB.NET to C#, and I've found it pretty easy so far, except for public variables. In VB.NET, my startup class would be something like this... Public Class clsCore Public O as clsOptions ... End Class In C#, I tried public class clsCore { public clsOptions O; ... } But that gives me: How do I go about doing it?
×
×
  • Create New...