public ConvertToCategoryCommand(StartItem startItem, ArrayRemoveDelegate removeDelegate) {
		  this.startItem = startItem;
		  this.removeDelegate = removeDelegate;
	   }
示例#2
0
 public ConvertToCategoryCommand(StartItem startItem, ArrayRemoveDelegate removeDelegate)
 {
     this.startItem      = startItem;
     this.removeDelegate = removeDelegate;
 }