tags:

views:

50

answers:

1

Is the a way in a win form app code in a new class with namespace and constructor??

+3  A: 

Yes. You can write a new class in the same file, or in its own file, in a new namespace or the same namespace.

some basic c# syntax

Jonny Cundall
The website you linked to is a bit very hard to read and probably intimidating to newbies, but... I can’t think of any better to answer *such* a question either :)
Timwi
I feel a bit fraudulent getting upvotes for such a throwaway answer TBH!
Jonny Cundall