コード例 #1
0
 public ReorderItemsCoordinator(IReorderItemsHost host)
 {
     this.Host = host;
 }
コード例 #2
0
 public ListViewReorderItemsCoordinator(IReorderItemsHost host)
     : base(host)
 {
 }
コード例 #3
0
 public ReorderItemsCoordinator(IReorderItemsHost host)
 {
     this.Host = host;
     this.ReorderWithAnimation = true;
 }