Exemplo n.º 1
0
 internal SpacePart(NinespaceController ownerDockspaceController, int spaceWidth, int spaceHeight, SpaceName docSpacename)
 {
     this.ownerDockspaceController = ownerDockspaceController;
     this.spaceWidth  = spaceWidth;
     this.spaceHeight = spaceHeight;
     this.spaceName   = docSpacename;
 }
Exemplo n.º 2
0
 internal SpacePart(NinespaceController ownerDockspaceController, int spaceWidth, int spaceHeight, SpaceName docSpacename)
 {
     this.ownerDockspaceController = ownerDockspaceController;
     this.spaceWidth = spaceWidth;
     this.spaceHeight = spaceHeight;
     this.spaceName = docSpacename;
 }