classe

  1. P

    WPF Devide .xaml.cs in several files

    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...
Back
Top Bottom