Ejemplo n.º 1
0
 protected TestsForPanelCrease()
 {
     _panelCrease = new PanelCrease()
                    .WithBottom(1)
                    .WithTop(2)
                    .WithLeft(3)
                    .WithRight(4);
 }
Ejemplo n.º 2
0
 public WithCrease()
 {
     _value = new PanelCrease().WithLeft(11);
 }