Ejemplo n.º 1
0
 public MenuWindow(IFrame content)
 {
     this.contentContainer = new ContentContainer(content);
     this.titleBar         = new MinimizeableTitleBar(this.contentContainer);
 }