Exemplo n.º 1
0
 public PositionalComponent(ComponentType type, LayoutInformation layout)
     : base(type)
 {
     Layout = layout;
 }
 public PositionalComponent(ComponentType type)
     : base(type)
 {
     Layout = new LayoutInformation(new Point(0, 0));
 }