I am wondering if i should make a frame inherit from another. From the OOP view it would be good - one frame is an extension of another, would save the duplicated code in the extended one.
But what about Visual Studio Designer.cs file? What about the Design page, will it jump to the base frame, or disallow editing the derived one?