Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, sometimes, if you move one of the files, and not both of them (generally, if you move the designer file first...) it will separate them and remove that DependentUpon attribute from the XML .vbproj file. By the same token, if you ever need to split a class into more than just 2 files, say MyClass.vb, MyClass.Interfaces.vb, MyClass.Events.vb, MyClass.Designer.vb, etc, you can manually modify the .vbproj file and add the DependentUpon attribute to all of them and they will all show up under the MyClass.vb file. Make organizing much nicer.
|