Beispiel #1
0
 public void BeforeEach()
 {
     _justifyEnd = new JustifyEnd();
     _root       = WidgetFactory.Container(new RectangleF(0, 0, 1280, 720));
 }
Beispiel #2
0
 public JustifyEndTests()
 {
     _justifyEnd = new JustifyEnd();
     _root       = WidgetFactory.Container(new RectangleF(0, 0, 1280, 720));
 }