예제 #1
0
 public void Deactivate(Boolean silently)
 {
     this.IsSilent              = silently;
     this.SelectedPortfolio     = null;
     this.SelectedTargetingType = null;
     this.IsSilent              = false;
 }
예제 #2
0
 public PortfolioPickedEventArgs(BgaTargetingTypePickerModel targetingType, BgaPortfolioPickerModel portfolio, Boolean isCancelled)
     : base(isCancelled)
 {
     this.TargetingType = targetingType;
     this.Portfolio     = portfolio;
 }