コード例 #1
0
ファイル: SectionedGrid.cs プロジェクト: phreed/GMac
 public void Clear()
 {
     RootRowPart    = SectionRoot.CreateRow(this, "RootRow");
     RootColumnPart = SectionRoot.CreateColumn(this, "RootColumn");
 }
コード例 #2
0
ファイル: SectionedGrid.cs プロジェクト: phreed/GMac
 public SectionedGrid()
 {
     RootRowPart    = SectionRoot.CreateRow(this, "RootRow");
     RootColumnPart = SectionRoot.CreateColumn(this, "RootCol");
 }