Beispiel #1
0
 public void BeforeEach()
 {
     _justifyCenter = new JustifyCenter();
     _root          = WidgetFactory.Container(0, 0, 1280, 720);
     _child         = WidgetFactory.Container(0, 0, 120, 120);
 }
Beispiel #2
0
 public CenterPropertyTests()
 {
     _justifyCenter = new JustifyCenter();
     _root          = WidgetFactory.Container(0, 0, 1280, 720);
     _child         = WidgetFactory.Container(0, 0, 120, 120);
 }