D
droll
i must be doing something fundamentally wrong.
i have a main form class in which i declare a
public int testvar;
i have another class i created. this class is in the same namespace as the
main form class. however, i cannot access 'testvar' from this class. it
doesn't show up in intellisense. if i declare an enum in the main form
class, it does show up.
????? what am i doing wrong?
i have a main form class in which i declare a
public int testvar;
i have another class i created. this class is in the same namespace as the
main form class. however, i cannot access 'testvar' from this class. it
doesn't show up in intellisense. if i declare an enum in the main form
class, it does show up.
????? what am i doing wrong?