コード例 #1
0
 public Layout()
 {
     Name        = string.Empty;
     ActionItems = new ActionItemCollection();
     Contracts   = new ContractCollection();
     ViewModels  = new ViewModelCollection();
 }
コード例 #2
0
ファイル: ActionGroup.cs プロジェクト: AndreiFedarets/layex
 public ActionGroup()
 {
     Items = new ActionItemCollection();
 }