How do you add an existing form to a new project?

后端 未结 21 2140
予麋鹿
予麋鹿 2020-12-13 09:06

I have never been able to successfully add a Form from an existing file to a new project.

I read on a blog that you add just the *.cs file and the depen

21条回答
  •  时光取名叫无心
    2020-12-13 09:17

    This worked for me just now (I have the same problem as you). 1. Created new winform with the same name, added something to it (so the resx file is created), saved and closed. 2. Replace newly created files with your original form. 3. Done

提交回复
热议问题