Hello everyone,
I have many "void" functions with parameters in my MainWindow.xaml.cs, which I want to split into several files, depending on their functionality.
Do I use "classes" or only "partial classes" of MainWindow for this? Or should I subdivide my MainWindow.xaml.cs with comments?
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.