Merge .dll into C# Assembly?

后端 未结 3 1745
旧时难觅i
旧时难觅i 2021-01-06 03:58

Using #C.net 3.5

I\'m aware of the ILMerge and alike techniques, but I would actually like to make use of Jeffrey Richter\'s suggestions.

After adding this c

3条回答
  •  [愿得一人]
    2021-01-06 04:53

    Put it in the constructor, not InitializeComponent(). Adding using directives to your main class source code file isn't a problem.

提交回复
热议问题