コード例 #1
0
ファイル: JustifyEndTests.cs プロジェクト: giusdp/WForest
 public void BeforeEach()
 {
     _justifyEnd = new JustifyEnd();
     _root       = WidgetFactory.Container(new RectangleF(0, 0, 1280, 720));
 }
コード例 #2
0
ファイル: JustifyEndTests.cs プロジェクト: giusdp/WForest
 public JustifyEndTests()
 {
     _justifyEnd = new JustifyEnd();
     _root       = WidgetFactory.Container(new RectangleF(0, 0, 1280, 720));
 }