A
Andy B
I have a method called FreezeWizardStep. I want to use a string argument
called WizardStepName (string). A switch block would determine what needs to
be done based on the wizardStepName. Should this be done or should I stick
to smaller individual methods that freeze each wizard step by themselves?
called WizardStepName (string). A switch block would determine what needs to
be done based on the wizardStepName. Should this be done or should I stick
to smaller individual methods that freeze each wizard step by themselves?