public ReorderItemsCoordinator(IReorderItemsHost host)
 {
     this.Host = host;
 }
Exemple #2
0
 public ListViewReorderItemsCoordinator(IReorderItemsHost host)
     : base(host)
 {
 }
 public ReorderItemsCoordinator(IReorderItemsHost host)
 {
     this.Host = host;
     this.ReorderWithAnimation = true;
 }