Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GrowthRateView"/> class.
 /// </summary>
 /// <param name="growthRateViewModel">The growth rate view model.</param>
 public GrowthRateView( GrowthRateViewModel growthRateViewModel )
     : this()
 {
     DataContext = growthRateViewModel;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GrowthRateView"/> class.
 /// </summary>
 /// <param name="growthRateViewModel">The growth rate view model.</param>
 public GrowthRateView(GrowthRateViewModel growthRateViewModel)
     : this()
 {
     DataContext = growthRateViewModel;
 }