コード例 #1
0
 public PlaceholderStrategy(int executionOrder, PlaceholderInfoType type) : base(executionOrder)
 {
     this.Placeholder = new PlaceholderInfo(type);
 }
コード例 #2
0
 public HeaderStrategy(int executionOrder, PlaceholderInfoType type)
     : base(DefaultExecutionOrder, type)
 {
     this.Placeholder = new PlaceholderInfo(type);
 }
コード例 #3
0
ファイル: PlaceholderInfo.cs プロジェクト: zyhong/UI-For-UWP
 public PlaceholderInfo(PlaceholderInfoType type)
 {
     this.Type = type;
 }