Hello,
Let's say I have 100 winforms in folder Forms. All form classes belong to ProjectName.Forms namespace. I want to move all those forms to folder WinForms and I want their namespace to change to ProjectName.WinForms.
Is there a way to do this automatically without manually changing each form's namespace? I have a Resharper, but didn't find any options that could help.
Thank you in advance.