WinForm partial classes

Posted by nivlam on Stack Overflow See other posts from Stack Overflow or by nivlam
Published on 2010-03-21T03:50:20Z Indexed on 2010/03/21 3:51 UTC
Read the original article Hit count: 640

I have a WinForm project that contains a form called MainUI. You can see that the automatically generated partial class shows up as a node under MainUI.cs. Is there a way to "move" my self created partial class MainUI.Other.cs under MainUI.cs so that it'll show as another node?

alt text

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about winforms