Reputation: 1
Is the a way in a win form app code in a new class with namespace and constructor??
Upvotes: 0
Views: 101
Reputation: 2622
Yes. You can write a new class in the same file, or in its own file, in a new namespace or the same namespace.
Upvotes: 3