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 also want to create "void "s with transfer and return parameters for the calculation of the corner radius of buttons, because I don't get along with the Ivalueconverter...
I can send my code later, I'm still on the road at the moment…
Many thanks in advance, Frank
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 also want to create "void "s with transfer and return parameters for the calculation of the corner radius of buttons, because I don't get along with the Ivalueconverter...
I can send my code later, I'm still on the road at the moment…
Many thanks in advance, Frank