C# parsing program
C# learner
0
Reputation points
I have created a C# program using 2019 visual studio enterprise. It takes a GEDCOM file and parses it to create a work file. I have since changed to 2022 visual studio community. But when I try to duplicate the code in community it creates a WPF project and creates a windows form class. I don't think I want that? I want to just have a .cs class. How do I do that?
Sign in to answer